diff --git a/interface/src/app/main/Customizations.tsx b/interface/src/app/main/Customizations.tsx
index 5dc5214bc..42de65d53 100644
--- a/interface/src/app/main/Customizations.tsx
+++ b/interface/src/app/main/Customizations.tsx
@@ -672,7 +672,7 @@ const Customizations = () => {
<>
{devices && renderDeviceList()}
{selectedDevice !== -1 && !rename && renderDeviceData()}
- {restartNeeded && (
+ {restartNeeded ? (
}
@@ -683,8 +683,7 @@ const Customizations = () => {
{LL.RESTART()}
- )}
- {!restartNeeded && (
+ ) : (
{numChanges !== 0 && (