Skip to content

Commit

Permalink
6819 growl wrong url (#6823)
Browse files Browse the repository at this point in the history
* Fixed overflow issue

* Switched the url struct to be more verbose

* Reverted to using the hook
  • Loading branch information
lzach83 authored Feb 21, 2024
1 parent 5cf5fc4 commit a7cdff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const StakeGrowl = () => {
buttonType="primary"
buttonHeight="med"
label="Create community with stake"
onClick={() => navigate('/createCommunity')}
onClick={() => navigate('/createCommunity', {}, null)}
/>
<CWText type="b2" fontWeight="regular" isCentered className="body">
Currently only newly creted communities can enable stake.
Expand Down

0 comments on commit a7cdff5

Please sign in to comment.