mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-22 05:09:01 +00:00
Fix hide F2F button on swap mode maker form
This commit is contained in:
parent
2af9af97ea
commit
d145c0c2d4
@ -828,6 +828,7 @@ const MakerForm = ({
|
|||||||
)}
|
)}
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
|
{fav.mode === 'fiat' && (
|
||||||
<Grid item sx={{ width: '100%' }}>
|
<Grid item sx={{ width: '100%' }}>
|
||||||
<Tooltip enterTouchDelay={0} title={t('Add geolocation for a face to face trade')}>
|
<Tooltip enterTouchDelay={0} title={t('Add geolocation for a face to face trade')}>
|
||||||
<Button
|
<Button
|
||||||
@ -850,6 +851,7 @@ const MakerForm = ({
|
|||||||
</Button>
|
</Button>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
)}
|
||||||
|
|
||||||
{!maker.advancedOptions && pricingMethods ? (
|
{!maker.advancedOptions && pricingMethods ? (
|
||||||
<Grid item xs={12}>
|
<Grid item xs={12}>
|
||||||
|
Loading…
Reference in New Issue
Block a user