From 450606040f75eb2a8558f4144e4d8d1ef3a63bf8 Mon Sep 17 00:00:00 2001 From: miko Date: Thu, 14 Sep 2023 11:44:40 +0400 Subject: [PATCH] Remove console errors on development --- src/components/Dialog.js | 2 +- src/components/DialogAddMember.js | 6 +----- src/components/DialogPurple.js | 10 ++++++++-- src/components/DialogTrust.js | 6 +----- src/components/DialogTrustRevoke.js | 8 +++----- src/views/QRGenerator.js | 2 +- src/views/Validation.js | 2 +- 7 files changed, 16 insertions(+), 20 deletions(-) diff --git a/src/components/Dialog.js b/src/components/Dialog.js index 1c1d6c2e..e22b4c5f 100644 --- a/src/components/Dialog.js +++ b/src/components/Dialog.js @@ -37,7 +37,7 @@ const Dialog = ({ - diff --git a/src/views/Validation.js b/src/views/Validation.js index 650763b6..76b56100 100644 --- a/src/views/Validation.js +++ b/src/views/Validation.js @@ -101,7 +101,7 @@ const Validation = () => { const dialogContentFooter = () => { return ( - + {translate('Validation.buttonShareProfileLink')} );