mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
[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:
@@ -117,7 +117,7 @@ const QueueList = (props: { textColors: Record<number, number> }) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return queue.map((part, index) => (
|
return queue.map((part, index) => (
|
||||||
<Box key={part.name}>
|
<Box key={index}>
|
||||||
<Flex
|
<Flex
|
||||||
mb={0.5}
|
mb={0.5}
|
||||||
direction="column"
|
direction="column"
|
||||||
|
|||||||
Reference in New Issue
Block a user