Extend order side notice on lockInvoice prompt to makers

This commit is contained in:
Reckless_Satoshi 2022-11-24 10:48:27 -08:00
parent b1cc3ce086
commit 3320291d03
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
2 changed files with 1 additions and 2 deletions

View File

@ -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';

View File

@ -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>