Philipp Hoenisch
3 years ago
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666
1 changed files with
1 additions and
1 deletions
-
frontend/src/components/Wallet.tsx
|
|
@ -22,7 +22,7 @@ export default function Wallet( |
|
|
|
balance = <Text>{walletInfo.balance} BTC</Text>; |
|
|
|
address = ( |
|
|
|
<HStack> |
|
|
|
<Text>{walletInfo.address}</Text> |
|
|
|
<Text isTruncated>{walletInfo.address}</Text> |
|
|
|
<IconButton |
|
|
|
aria-label="Copy to clipboard" |
|
|
|
icon={hasCopied ? <CheckIcon /> : <CopyIcon />} |
|
|
|