Skip to content

Commit 01d0f36

Browse files
committed
fix(trace-page): loader duplication removed
1 parent b6602bb commit 01d0f36

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/pages/TracePage/TracePage.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -443,16 +443,6 @@ function TracePage() {
443443
</main>
444444
)}
445445

446-
{loading && !result && (
447-
<main className={styles.inputPage}>
448-
<InlineLoader
449-
message="Tracing transaction"
450-
subtext="This may take a few moments"
451-
loading={true}
452-
/>
453-
</main>
454-
)}
455-
456446
{result && (
457447
<div className={styles.traceViewWrapper}>
458448
<div id="trace-results-status" className="sr-only" aria-live="polite" aria-atomic="true">

0 commit comments

Comments
 (0)