Skip to content

Commit

Permalink
- remove type from batte notif
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Oct 11, 2023
1 parent fce5734 commit 6cb9c0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions ui/src/app/components/beast/BattleDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,10 @@ export const BattleDisplay = ({

interface NotificationBattleDisplayProps {
battleData: Battle[] | Battle;
type: string;
}

export const NotificationBattleDisplay = ({
battleData,
type,
}: NotificationBattleDisplayProps) => {
const adventurer = useAdventurerStore((state) => state.adventurer);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ export const processNotifications = (
message: (
<NotificationBattleDisplay
battleData={battleScenarios[i] as Battle[]}
type={type}
/>
),
});
Expand Down

0 comments on commit 6cb9c0d

Please sign in to comment.