Skip to content

Commit

Permalink
community-home-token-launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
salman-neslit committed Dec 26, 2024
1 parent 72451a8 commit 208c44f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const CommunityHome = () => {
modeOfManageCommunityStakeModal,
} = useManageCommunityStakeModalStore();

const [selectedCommunityId, setSelectedCommunityId] = useState<string>();
const [selectedCommunityId] = useState<string>();

return (
// @ts-expect-error <StrictNullChecks/>
Expand Down

0 comments on commit 208c44f

Please sign in to comment.