From 6b4e816fd991e0f96965bd509953a0e9368ffb57 Mon Sep 17 00:00:00 2001 From: Pete Watters <2938440+pete-watters@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:54:24 +0100 Subject: [PATCH] fix: fix visual bug on hover of PSBT copy, ref #4972 --- .../components/psbt-input-output-item.layout.tsx | 2 +- .../components/psbt-address-total-item.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/features/psbt-signer/components/psbt-inputs-and-outputs/components/psbt-input-output-item.layout.tsx b/src/app/features/psbt-signer/components/psbt-inputs-and-outputs/components/psbt-input-output-item.layout.tsx index a23b8391d55..0c3055792aa 100644 --- a/src/app/features/psbt-signer/components/psbt-inputs-and-outputs/components/psbt-input-output-item.layout.tsx +++ b/src/app/features/psbt-signer/components/psbt-inputs-and-outputs/components/psbt-input-output-item.layout.tsx @@ -37,7 +37,7 @@ export function PsbtInputOutputItemLayout({ label={hasCopied ? 'Copied!' : addressHoverLabel} side="bottom" > - + {addressHoverLabel ? : null} diff --git a/src/app/features/psbt-signer/components/psbt-inputs-outputs-totals/components/psbt-address-total-item.tsx b/src/app/features/psbt-signer/components/psbt-inputs-outputs-totals/components/psbt-address-total-item.tsx index 9d12fe9a9c8..7f58a02c03c 100644 --- a/src/app/features/psbt-signer/components/psbt-inputs-outputs-totals/components/psbt-address-total-item.tsx +++ b/src/app/features/psbt-signer/components/psbt-inputs-outputs-totals/components/psbt-address-total-item.tsx @@ -46,7 +46,7 @@ export function PsbtAddressTotalItem({ label={hasCopied ? 'Copied!' : hoverLabel} side="bottom" > - + {hoverLabel ? : null}