Skip to content

Commit

Permalink
add ts ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Mar 30, 2024
1 parent c3947b5 commit 6d83b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Bag/Bulk/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ const BulkGrid = ({
))}
</Box>
<Box h="100%" overflowY="auto" bg="white">
{/* @ts-ignore: weird github actions build difference */}
<DynamicReactJson src={bulk} />
</Box>
</Grid>
Expand Down

0 comments on commit 6d83b0d

Please sign in to comment.