Skip to content

Commit

Permalink
Merge branch 'story-protocol-od-dev' into koni/dev/issue-connect-wc
Browse files Browse the repository at this point in the history
  • Loading branch information
S2kael committed Nov 19, 2024
2 parents 0c7e60b + d1885bf commit 77e7737
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,14 @@ const Component = ({ backgroundImages, backgroundStyle, children, className, hea

const onSelectTab = useCallback(
(item: TabItemType) => () => {
if (item.key === 'mint') {
notify({
message: 'Coming soon!'
});

return;
}

navigate(item.url);
},
[navigate, notify]
Expand Down

0 comments on commit 77e7737

Please sign in to comment.