Skip to content

Commit

Permalink
fix(Scanner): only display itemStatuses once
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Jun 10, 2024
1 parent 5df1881 commit 8b5cf17
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/matches/Scanner/ScannerModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,7 @@ const ScannerModal = ({
mt: "1rem",
}}
>
<MatchItemTable
itemStatuses={[
...itemStatuses,
...itemStatuses,
...itemStatuses,
...itemStatuses,
]}
isSender={false}
/>
<MatchItemTable itemStatuses={itemStatuses} isSender={false} />
</Box>
<Stack direction={"row"} gap={1} mt={"1rem"}>
<Button
Expand Down

0 comments on commit 8b5cf17

Please sign in to comment.