Skip to content

Commit

Permalink
disable stake button
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikKarpuk committed Dec 21, 2023
1 parent fa4a905 commit 66fd29a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ui/src/components/organisms/pageHeader/pageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const PageHeader = () => {
text="Stake"
variant={Variant.blue}
onClick={() => setOpenStaekeModul(true)}
disabled
/>
<StakeModal open={openStakeModul} setShowPopup={() => setOpenStaekeModul(false)} />
</div>
Expand Down

0 comments on commit 66fd29a

Please sign in to comment.