Skip to content

Commit

Permalink
fix(suite): add wallet button tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
seibei-iguchi authored and Adam Havel committed Dec 9, 2024
1 parent 2a18c79 commit 1f12f51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const AddWalletButton = ({ device, instances, onCancel }: AddWalletButton

return (
<Tooltip
content={!isLocked && <Translation id="TR_TO_ACCESS_OTHER_WALLETS" />}
content={isLocked && <Translation id="TR_TO_ACCESS_OTHER_WALLETS" />}
cursor="pointer"
placement="bottom"
>
Expand Down

0 comments on commit 1f12f51

Please sign in to comment.