-
All messages: {allSelfSentMessagesCount()?.message_count as number}
+
All messages: {allSelfSentMessagesCount()?.messageCount as number}
+ {/* eslint-disable-next-line @typescript-eslint/no-non-null-assertion */}
;
diff --git a/src/pages/overview/overview-table.tsx b/src/pages/overview/overview-table.tsx
index 7b3a353..b6556c9 100644
--- a/src/pages/overview/overview-table.tsx
+++ b/src/pages/overview/overview-table.tsx
@@ -1,4 +1,5 @@
import { type Component, createSignal, For, Match, Show, Switch } from "solid-js";
+import { useNavigate } from "@solidjs/router";
import {
type ColumnFiltersState,
@@ -37,7 +38,7 @@ export interface RoomOverview {
const columnHelper = createColumnHelper