Skip to content

Commit

Permalink
fix: update key to accurate description
Browse files Browse the repository at this point in the history
  • Loading branch information
EthnTuttle authored Sep 12, 2023
1 parent bd02167 commit 6c0b911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/guardian-ui/src/components/BitcoinNodeCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const BitcoinNodeCard: React.FC<Props> = ({ modulesConfigs }) => {
),
},
{
key: 'blockHeight',
key: 'network',
label: t('federation-dashboard.bitcoin-node.network-label'),
value: walletConfig ? (
walletConfig.network
Expand Down

0 comments on commit 6c0b911

Please sign in to comment.