Skip to content

Commit

Permalink
Fix 'relayHubAddress' string
Browse files Browse the repository at this point in the history
  • Loading branch information
forshtat committed Aug 24, 2023
1 parent 296e9fa commit 559fd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feature/GsnStatus/Network/RelayHubInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function RelayHubInfo({ relayHubAddress, RelayHubAbi, blockExplor
</Typography>
&nbsp;
</Box>
<BlockExplorerUrl address={relayHubAddress} url={`${blockExplorerUrl ?? ''}/address/relayHubAddress`} />
<BlockExplorerUrl address={relayHubAddress} url={`${blockExplorerUrl ?? ''}/address/${relayHubAddress}`} />
</Box>
{hubStateData !== undefined ? (
<>
Expand Down

0 comments on commit 559fd7a

Please sign in to comment.