Skip to content

Commit

Permalink
fix: remove warn connect
Browse files Browse the repository at this point in the history
  • Loading branch information
avp1598 committed Mar 29, 2023
1 parent ea55253 commit 67527ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/Collection/CollectionHeading/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function CollectionHeading() {
/>
}
onClick={() => {
setIsWarningOpened(true);
setIsShareOpen(!isShareOpen);
}}
>
Share
Expand Down

0 comments on commit 67527ad

Please sign in to comment.