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 {