mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 21:35:21 +01:00
Update Broadcast.tsx
This commit is contained in:
parent
bf4891191a
commit
7e625821ac
@ -160,7 +160,7 @@ const Broadcast: React.FC = () => {
|
|||||||
<BlueSpacing20 />
|
<BlueSpacing20 />
|
||||||
</BlueCard>
|
</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>
|
</View>
|
||||||
</SafeArea>
|
</SafeArea>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user