From 7e0d568a5a96f1fc3926e8fd646da48f3f8b210e Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 16 Aug 2024 13:47:08 +0200 Subject: [PATCH] code formatting --- interface/src/app/main/Customizations.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 ? ( - )} - {!restartNeeded && ( + ) : ( {numChanges !== 0 && (