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()}