formatting

This commit is contained in:
proddy
2024-08-17 12:36:22 +02:00
parent 22ed193609
commit cf949a9c86

View File

@@ -63,9 +63,12 @@ const SystemStatus = () => {
immediate: false immediate: false
}); });
const { send: factoryPartitionCommand } = useRequest(SystemApi.factoryPartition(), { const { send: factoryPartitionCommand } = useRequest(
immediate: false SystemApi.factoryPartition(),
}); {
immediate: false
}
);
const { const {
data: data, data: data,