From eebeb167564e945bd383348a8ba467fd9180d3bc Mon Sep 17 00:00:00 2001 From: Jeremy Gallant <8975765+philon-@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:55:38 +0200 Subject: [PATCH] esphemeral -> ephemeral Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../FactoryResetDeviceDialog/FactoryResetDeviceDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/components/Dialog/FactoryResetDeviceDialog/FactoryResetDeviceDialog.tsx b/packages/web/src/components/Dialog/FactoryResetDeviceDialog/FactoryResetDeviceDialog.tsx index 339332c0..e171c8ba 100644 --- a/packages/web/src/components/Dialog/FactoryResetDeviceDialog/FactoryResetDeviceDialog.tsx +++ b/packages/web/src/components/Dialog/FactoryResetDeviceDialog/FactoryResetDeviceDialog.tsx @@ -34,7 +34,7 @@ export const FactoryResetDeviceDialog = ({ useMessageStore.getState().removeMessageStore(id); useNodeDBStore.getState().removeNodeDB(id); - // Reload the app to ensure all esphemeral state is cleared + // Reload the app to ensure all ephemeral state is cleared window.location.href = "/"; };