diff --git a/src/admin/AdminAppInsights.tsx b/src/admin/AdminAppInsights.tsx
index 9d489ba3..58286cda 100644
--- a/src/admin/AdminAppInsights.tsx
+++ b/src/admin/AdminAppInsights.tsx
@@ -6,7 +6,7 @@ import {
getUniqueTags,
} from '@/photo/db/query';
import AdminAppInsightsClient from './AdminAppInsightsClient';
-import { APP_CONFIGURATION, IS_DEVELOPMENT } from '@/app-core/config';
+import { APP_CONFIGURATION } from '@/app-core/config';
export default async function AdminAppInsights() {
const [
{ count, dateRange },
@@ -43,7 +43,7 @@ export default async function AdminAppInsights() {
lensesCount: lenses.length,
dateRange,
}}
- debug={IS_DEVELOPMENT}
+ debug
/>
);
}
diff --git a/src/admin/AdminAppInsightsClient.tsx b/src/admin/AdminAppInsightsClient.tsx
index 549fe9c8..9c755287 100644
--- a/src/admin/AdminAppInsightsClient.tsx
+++ b/src/admin/AdminAppInsightsClient.tsx
@@ -64,8 +64,7 @@ export default function AdminAppInsightsClient({
{renderTitle('Code Observability')}
{(fork || debug) &&
}>
- Consider forking this repository in order to
- receive new features and fixes
+ Consider forking this repository to receive new features and fixes
}
{(forkBehind || debug) &&