From 4fdf1d810e7958c296f43153941514b88f58c639 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 27 Oct 2024 10:47:23 +0100 Subject: [PATCH] tidy up rename buttons --- interface/src/app/main/Customizations.tsx | 40 ++++++++++++----------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/interface/src/app/main/Customizations.tsx b/interface/src/app/main/Customizations.tsx index 87ac23822..2eb6f58f3 100644 --- a/interface/src/app/main/Customizations.tsx +++ b/interface/src/app/main/Customizations.tsx @@ -464,14 +464,7 @@ const Customizations = () => { )} {selectedDevice !== -1 && (rename ? ( - - + <> - + + ) : ( - + {!rename && ( + + + + )} )} {renderResetDialog()}