Skip to content

Commit

Permalink
Disable button on unsupported dapp TM message signing modal
Browse files Browse the repository at this point in the history
  • Loading branch information
JIOjosBG committed Jun 25, 2024
1 parent b5f6777 commit 355e686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SignMessage/SignMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export default function SignMessage({
variant="primaryGradient"
className={styles.button}
loading={isLoading}
disabled={!hasScrolledToBottom || typeDataErr}
disabled={ !isDAppSupported || !hasScrolledToBottom || typeDataErr}
loadingText="Signing..."
>
Sign
Expand Down

0 comments on commit 355e686

Please sign in to comment.