[MIRROR] fixes some issues due to name mapping (#9143)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-10-04 02:23:15 -07:00
committed by GitHub
parent 1b0d8dd446
commit ec6b4410be

View File

@@ -117,7 +117,7 @@ const QueueList = (props: { textColors: Record<number, number> }) => {
}
return queue.map((part, index) => (
<Box key={part.name}>
<Box key={index}>
<Flex
mb={0.5}
direction="column"