diff --git a/src/components/DashCommand.tsx b/src/components/DashCommand.tsx
index a4f2be4..f4704ec 100644
--- a/src/components/DashCommand.tsx
+++ b/src/components/DashCommand.tsx
@@ -71,7 +71,7 @@ export function DashCommand() {
{t("NoResults")}
- {nezhaWsData.servers.length > 0 && (
+ {nezhaWsData.servers && nezhaWsData.servers.length > 0 && (
<>
{nezhaWsData.servers.map((server) => (