mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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) => (
|
||||
<Box key={part.name}>
|
||||
<Box key={index}>
|
||||
<Flex
|
||||
mb={0.5}
|
||||
direction="column"
|
||||
|
||||
Reference in New Issue
Block a user