From 5ad3d0a36e3c03135378748115d2e768916818db Mon Sep 17 00:00:00 2001 From: JC Date: Mon, 27 Jan 2025 09:23:22 -0700 Subject: [PATCH] fix: showing the sapling address in receive screen --- __tests__/__snapshots__/Header.snapshot.tsx.snap | 1 + __tests__/__snapshots__/History.snapshot.tsx.snap | 2 ++ __tests__/__snapshots__/Messages.snapshot.tsx.snap | 2 ++ app/translations/en.json | 2 +- app/translations/es.json | 2 +- app/translations/pt.json | 2 +- app/translations/ru.json | 2 +- components/Receive/Receive.tsx | 2 +- 8 files changed, 10 insertions(+), 5 deletions(-) diff --git a/__tests__/__snapshots__/Header.snapshot.tsx.snap b/__tests__/__snapshots__/Header.snapshot.tsx.snap index 5628e1b74..a1373ede8 100644 --- a/__tests__/__snapshots__/Header.snapshot.tsx.snap +++ b/__tests__/__snapshots__/Header.snapshot.tsx.snap @@ -33,6 +33,7 @@ exports[`Component Header - test Header Complex - snapshot 1`] = ` = ({ - {false && sapling && ( + {sapling && ( { setShielded(ShieldedEnum.sapling);