Skip to content

Commit

Permalink
Merge branch 'og-nft-backend' of github.com:akiraonstarknet/starkfarm…
Browse files Browse the repository at this point in the history
…-client into og-nft-backend
  • Loading branch information
akiraonstarknet committed Sep 20, 2024
2 parents 73f810d + 529a61d commit e8e36c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/community/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ const CommunityPage = () => {
</Text>
</Box>

<Modal isOpen={true} onClose={onClose} isCentered>
<Modal isOpen={isOpen} onClose={onClose} isCentered>
<ModalOverlay />
<ModalContent
display="flex"
Expand Down

0 comments on commit e8e36c5

Please sign in to comment.