Skip to content

Commit 14be87b

Browse files
authored
Update util.ts
1 parent d0126e7 commit 14be87b

File tree

1 file changed

+1
-0
lines changed
  • app/components/board-renderer

1 file changed

+1
-0
lines changed

app/components/board-renderer/util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const convertLitUpHoldsStringToMap = (litUpHolds: string, board: BoardNam
3737
return [holdId, { state: name, color, displayColor: displayColor || color }];
3838
}),
3939
);
40+
//@ts-expect-error TODO: The warning state above is not compatible with statesmap, so we just expect error here, will deal with this later
4041
frameMap[frameIndex] = frameHoldsMap; // Map each frame's holds
4142
return frameMap;
4243
},

0 commit comments

Comments
 (0)