Skip to content

Commit

Permalink
Merge pull request #56 from Quest-Finder/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
vpedraLZT committed Feb 13, 2024
2 parents 4ec6162 + cf87120 commit d134b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions src/features/page-profile/playerProfileSection/helpers/getIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@ import UnionIcon from '@/features/page-profile/playerProfileSection/Icons/UnionI
import AngryBearIcon from '@/features/page-profile/playerProfileSection/Icons/AngryBearIcon'
import { ElementType } from 'react'

// export function getIcon(description: string) {
// if (description === 'Matar, Pilhar e Destruir') {
// return <SkullIcon />
// }
// if (description === 'Interpretação') {
// return <UnionIcon />
// }
// if (description === 'Dungeon') {
// return <AngryBearIcon />
// }
// }
interface IconMap {
[key: string]: ElementType
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Meta, StoryObj } from '@storybook/react'
import { MockGraphLegend } from '@/components/PlayerProfileSection/mock'
import { PlayerProfileGraphLegend } from '../PlayerProfileGraphLegend'
import { MockGraphLegend } from '../mock'
import { PlayerProfileGraphLegend } from '../components/PlayerProfileGraphLegend'

const meta: Meta<typeof PlayerProfileGraphLegend> = {
title: 'PlayerProfileSection/PlayerProfileGraphLegend ',
Expand Down

0 comments on commit d134b28

Please sign in to comment.