diff --git a/src/app/pages/receive/receive-btc.tsx b/src/app/pages/receive/receive-btc.tsx index 7117a270d3..5db3143224 100644 --- a/src/app/pages/receive/receive-btc.tsx +++ b/src/app/pages/receive/receive-btc.tsx @@ -37,11 +37,6 @@ export function ReceiveBtcModal({ type = 'btc' }: ReceiveBtcModalType) { toast.success('Copied to clipboard!'); }} title={type === 'btc-stamp' ? 'BITCOIN STAMP' : 'BTC'} - warning={ - type === 'btc-stamp' ? undefined : ( - - ) - } /> ); }