From f63f21b369d709c9a5f513b4e0a8ebd0cff82b3f Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 20 Mar 2022 14:24:17 +0200 Subject: [PATCH] Closes #789 Fix arrow wrong in relation --- app/components/play/GroupCard.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/components/play/GroupCard.tsx b/app/components/play/GroupCard.tsx index af955c49d..0861a611e 100644 --- a/app/components/play/GroupCard.tsx +++ b/app/components/play/GroupCard.tsx @@ -125,14 +125,16 @@ function MMRRelation({ } }; const gridColumn = () => { - const relationsOrdered = [ - "LOW_LOWER", + const relationsOrdered: NonNullable< + LookingLoaderDataGroup["MMRRelation"] + >[] = [ + "LOT_LOWER", "LOWER", "BIT_LOWER", "CLOSE", "BIT_HIGHER", "HIGHER", - "LOW_HIGHER", + "LOT_HIGHER", ]; return {