fiat tips only on web
This commit is contained in:
parent
434030e007
commit
270049316e
1 changed files with 2 additions and 0 deletions
|
@ -358,6 +358,7 @@ function WalletSendTip(props: Props) {
|
||||||
className={classnames('button-toggle', { 'button-toggle--active': activeTab === TAB_LBC })}
|
className={classnames('button-toggle', { 'button-toggle--active': activeTab === TAB_LBC })}
|
||||||
/>
|
/>
|
||||||
{/* tip fiat tab button */}
|
{/* tip fiat tab button */}
|
||||||
|
{ /* @if TARGET='web' */ }
|
||||||
<Button
|
<Button
|
||||||
key="tip-fiat"
|
key="tip-fiat"
|
||||||
icon={ICONS.FINANCE}
|
icon={ICONS.FINANCE}
|
||||||
|
@ -370,6 +371,7 @@ function WalletSendTip(props: Props) {
|
||||||
}}
|
}}
|
||||||
className={classnames('button-toggle', { 'button-toggle--active': activeTab === TAB_FIAT })}
|
className={classnames('button-toggle', { 'button-toggle--active': activeTab === TAB_FIAT })}
|
||||||
/>
|
/>
|
||||||
|
{ /* @endif */ }
|
||||||
{/* tip LBC tab button */}
|
{/* tip LBC tab button */}
|
||||||
<Button
|
<Button
|
||||||
key="boost"
|
key="boost"
|
||||||
|
|
Loading…
Reference in a new issue