Skip to content

Commit 311a27f

Browse files
committed
Pass chainId to explorer link to render proper links
1 parent b777b61 commit 311a27f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/modules/handler/containers/Stage/Success.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class PromptStageSuccess extends Component<Props> {
9090
<Table.Cell collapsing>Transaction ID</Table.Cell>
9191
<Table.Cell>
9292
<ExplorerLink
93+
chainId={prompt.chainId}
9394
content={transaction_id}
9495
linkData={transaction_id}
9596
linkBlockId={(block_num) ? block_num : false}

0 commit comments

Comments
 (0)