From 16191b870853e2beb1761c17568d49434535588b Mon Sep 17 00:00:00 2001 From: marvinoffers Date: Fri, 13 Dec 2024 15:50:43 +0100 Subject: [PATCH] wrong order item --- app/components-react/highlighter/InputEmojiSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components-react/highlighter/InputEmojiSection.tsx b/app/components-react/highlighter/InputEmojiSection.tsx index cc0fdadcfd81..4f9baf9aade3 100644 --- a/app/components-react/highlighter/InputEmojiSection.tsx +++ b/app/components-react/highlighter/InputEmojiSection.tsx @@ -33,7 +33,7 @@ const DISPLAY_TYPE_MAP: Record TypeWording> = { [EHighlighterInputTypes.DEPLOY]: count => ({ emoji: '🪂', description: count > 1 ? 'deploys' : 'deploy', - orderPriority: 7, + orderPriority: 8, }), [EHighlighterInputTypes.PLAYER_KNOCKED]: () => ({ emoji: '😵',