Skip to content

Commit

Permalink
remove tbtc validation from upgrade tx button
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrosaturnino committed Apr 15, 2024
1 parent 18a74c5 commit fda7a70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/UpgradeCard/UpgradeCardTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ const UpgradeCardTemplate: FC<UpgradeCardTemplateProps> = ({
</HStack>
<Text mt={2}>{amountToConvert === "" ? "--" : formattedAmount}</Text>
<SubmitTxButton
isTbtcTransaction
isFullWidth
mt={10}
onSubmit={onSubmit}
Expand Down

0 comments on commit fda7a70

Please sign in to comment.