mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-14 15:00:54 -05:00
Closes #789 Fix arrow wrong in relation
This commit is contained in:
parent
a38ca2d943
commit
f63f21b369
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user