mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
Extend order side notice on lockInvoice prompt to makers
This commit is contained in:
parent
b1cc3ce086
commit
3320291d03
@ -25,7 +25,6 @@ import WalletsButton from '../WalletsButton';
|
||||
import { LoadingButton } from '@mui/lab';
|
||||
import { pn } from '../../../utils';
|
||||
|
||||
|
||||
import { ContentCopy, Help, RoundaboutRight, Route, SelfImprovement } from '@mui/icons-material';
|
||||
import { apiClient } from '../../../services/api';
|
||||
|
||||
|
@ -56,7 +56,7 @@ export const LockInvoicePrompt = ({ order, concept }: LockInvoicePromptProps): J
|
||||
alignItems='center'
|
||||
spacing={0.5}
|
||||
>
|
||||
{order.is_taker && concept == 'bond' ? (
|
||||
{concept == 'bond' ? (
|
||||
<Typography color='secondary'>
|
||||
<b>{t(`You are ${order.is_buyer ? 'BUYING' : 'SELLING'} BTC`)}</b>
|
||||
</Typography>
|
||||
|
Loading…
Reference in New Issue
Block a user