From 1775999757ab34c89a8d9309b93a2351d281fe33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Papie=C5=BC?= Date: Fri, 5 Jul 2024 16:58:07 +0200 Subject: [PATCH] chore(ui): remove qr code empty section (#359) Description --- Remove qr code empty section Motivation and Context --- This section contains only subheading How Has This Been Tested? --- --- .../SettingsContainer/BaseNodeSettings/BaseNodeSettings.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/frontend/src/containers/SettingsContainer/BaseNodeSettings/BaseNodeSettings.tsx b/ui/frontend/src/containers/SettingsContainer/BaseNodeSettings/BaseNodeSettings.tsx index 573963dd..a98afcac 100644 --- a/ui/frontend/src/containers/SettingsContainer/BaseNodeSettings/BaseNodeSettings.tsx +++ b/ui/frontend/src/containers/SettingsContainer/BaseNodeSettings/BaseNodeSettings.tsx @@ -69,9 +69,6 @@ function BaseNodeSettings({ /> - - - ); }