diff --git a/interface/src/app/status/Status.tsx b/interface/src/app/status/Status.tsx index 7b3503790..e591b8d8b 100644 --- a/interface/src/app/status/Status.tsx +++ b/interface/src/app/status/Status.tsx @@ -63,9 +63,12 @@ const SystemStatus = () => { immediate: false }); - const { send: factoryPartitionCommand } = useRequest(SystemApi.factoryPartition(), { - immediate: false - }); + const { send: factoryPartitionCommand } = useRequest( + SystemApi.factoryPartition(), + { + immediate: false + } + ); const { data: data,