Skip to content

Commit

Permalink
Extend order side notice on lockInvoice prompt to makers
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Nov 24, 2022
1 parent b1cc3ce commit 3320291
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/TradeBox/Forms/LightningPayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/TradeBox/Prompts/LockInvoice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3320291

Please sign in to comment.