mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Update Broadcast.tsx
This commit is contained in:
parent
bf4891191a
commit
7e625821ac
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ const Broadcast: React.FC = () => {
|
|||
<BlueSpacing20 />
|
||||
</BlueCard>
|
||||
)}
|
||||
{BROADCAST_RESULT.success === broadcastResult && tx && <SuccessScreen tx={tx} url={`${selectedBlockExplorer}/tx/${tx}`} />}
|
||||
{BROADCAST_RESULT.success === broadcastResult && tx && <SuccessScreen tx={tx} url={`${selectedBlockExplorer.url}/tx/${tx}`} />}
|
||||
</View>
|
||||
</SafeArea>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue