Skip to content

Commit 7d531a0

Browse files
committed
nits
1 parent b53142f commit 7d531a0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/App.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,7 @@ rpc: ${chain?.rpcUrls?.default?.http?.[0] ?? chain?.rpcUrls?.public?.http?.[
327327
)}
328328

329329
{selected && account && lastTxHash && (
330-
<div style={{ display: "grid", gap: 12, marginTop: 16 }}>
331-
<div>
330+
<>
332331
<div className="section-title">Transaction Hash</div>
333332
<pre className="box">{lastTxHash}</pre>
334333

@@ -338,8 +337,7 @@ rpc: ${chain?.rpcUrls?.default?.http?.[0] ?? chain?.rpcUrls?.public?.http?.[
338337
{lastTxReceipt ? renderJSON(lastTxReceipt) : "Waiting for receipt..."}
339338
</pre>
340339
</div>
341-
</div>
342-
</div>
340+
</>
343341
)}
344342

345343
{selected && account && pending && (

0 commit comments

Comments
 (0)