Skip to content

Commit

Permalink
chore: remove warning from receive BTC
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Mar 21, 2024
1 parent 990ee0e commit 2bbe649
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/pages/receive/receive-btc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 : (
<ReceiveBtcModalWarning message="Don't deposit Ordinal inscriptions here" />
)
}
/>
);
}

0 comments on commit 2bbe649

Please sign in to comment.