From 85c98ee998895eee5cbabc5371d73c1541d4c83d Mon Sep 17 00:00:00 2001 From: Marc Brooks Date: Tue, 30 Sep 2025 17:40:53 -0500 Subject: [PATCH] Fix comment --- ui/src/routes/devices.$id.settings.access._index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/routes/devices.$id.settings.access._index.tsx b/ui/src/routes/devices.$id.settings.access._index.tsx index f30bfef1..bc9c075a 100644 --- a/ui/src/routes/devices.$id.settings.access._index.tsx +++ b/ui/src/routes/devices.$id.settings.access._index.tsx @@ -98,7 +98,7 @@ export default function SettingsAccessIndexRoute() { } getCloudState(); - // In cloud mode, we need to navigate to the device overview page, as we don't a connection anymore + // In cloud mode, we need to navigate to the device overview page, as we don't have a connection anymore if (!isOnDevice) navigate("/"); return; });