mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-15 03:46:24 +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 { LoadingButton } from '@mui/lab';
|
||||||
import { pn } from '../../../utils';
|
import { pn } from '../../../utils';
|
||||||
|
|
||||||
|
|
||||||
import { ContentCopy, Help, RoundaboutRight, Route, SelfImprovement } from '@mui/icons-material';
|
import { ContentCopy, Help, RoundaboutRight, Route, SelfImprovement } from '@mui/icons-material';
|
||||||
import { apiClient } from '../../../services/api';
|
import { apiClient } from '../../../services/api';
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ export const LockInvoicePrompt = ({ order, concept }: LockInvoicePromptProps): J
|
|||||||
alignItems='center'
|
alignItems='center'
|
||||||
spacing={0.5}
|
spacing={0.5}
|
||||||
>
|
>
|
||||||
{order.is_taker && concept == 'bond' ? (
|
{concept == 'bond' ? (
|
||||||
<Typography color='secondary'>
|
<Typography color='secondary'>
|
||||||
<b>{t(`You are ${order.is_buyer ? 'BUYING' : 'SELLING'} BTC`)}</b>
|
<b>{t(`You are ${order.is_buyer ? 'BUYING' : 'SELLING'} BTC`)}</b>
|
||||||
</Typography>
|
</Typography>
|
||||||
|
Loading…
Reference in New Issue
Block a user