Skip to content

Commit

Permalink
Merge pull request #1256 from rainlanguage/2/10/25-Fix-vault-address-…
Browse files Browse the repository at this point in the history
…display

switch vault address for ID in display
  • Loading branch information
hardyjosh authored Feb 11, 2025
2 parents f91533f + 4abe560 commit f1d4d1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<span slot="header">
<DeploymentSectionHeader
title={`${label} ${i + 1} ${tokenInfo?.symbol ? `(${tokenInfo.symbol})` : ''}`}
description={`${tokenInfo?.symbol} vault address`}
description={`${tokenInfo?.symbol} Vault ID`}
{open}
value={undefined}
/>
Expand Down

0 comments on commit f1d4d1f

Please sign in to comment.