diff --git a/app/routes/account.$accountId.$appId.logs/route.tsx b/app/routes/account.$accountId.$appId.logs/route.tsx
index d6e3588ce..bc2dd7a5c 100644
--- a/app/routes/account.$accountId.$appId.logs/route.tsx
+++ b/app/routes/account.$accountId.$appId.logs/route.tsx
@@ -54,7 +54,5 @@ export default function AccountInsights() {
return
}
- const { logs } = data
-
- return
+ return
}