mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
formatting
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user