Skip to content

Commit

Permalink
Merge pull request #1015 from oraidex/hotfix/hide-btc
Browse files Browse the repository at this point in the history
show btn convert btc mobile
  • Loading branch information
haunv3 authored Oct 30, 2024
2 parents 1c8dc4e + 92bad3d commit d9b6a33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const ConvertBitcoinV2: React.FC<{}> = ({}) => {
<span className={styles.usd}>{formatDisplayUsdt(amountUSD)}</span>
</div>

<div className={`${styles.stakeBtn} ${styles.inDesktop}`}>
<div className={`${styles.stakeBtn}`}>
<Button
type="primary"
disabled={loading || withdrawFeeBtc?.withdrawal_fees === undefined}
Expand Down

0 comments on commit d9b6a33

Please sign in to comment.