Skip to content

Commit

Permalink
send button disabled for watch only account
Browse files Browse the repository at this point in the history
  • Loading branch information
unixvb committed Feb 10, 2022
1 parent 5d5e553 commit 1d93899
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/pages/Explore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ const Explore: FC<ExploreProps> = ({ assetSlug }) => {
label={<T id="send" />}
Icon={SendIcon}
to={sendLink}
// TODO: remove this after test
// disabled={!canSend}
disabled={!canSend}
tippyProps={tippyPropsMock}
/>
</div>
Expand Down

0 comments on commit 1d93899

Please sign in to comment.