Skip to content

Commit

Permalink
wrong order item
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinoffers committed Dec 13, 2024
1 parent 3e661af commit 16191b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components-react/highlighter/InputEmojiSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const DISPLAY_TYPE_MAP: Record<string, (count: number) => TypeWording> = {
[EHighlighterInputTypes.DEPLOY]: count => ({
emoji: '🪂',
description: count > 1 ? 'deploys' : 'deploy',
orderPriority: 7,
orderPriority: 8,
}),
[EHighlighterInputTypes.PLAYER_KNOCKED]: () => ({
emoji: '😵',
Expand Down

0 comments on commit 16191b8

Please sign in to comment.