diff --git a/web/src/components/ChatList.tsx b/web/src/components/ChatList.tsx index b3132a6..acc85e7 100644 --- a/web/src/components/ChatList.tsx +++ b/web/src/components/ChatList.tsx @@ -193,9 +193,8 @@ export function ChatList() { return true; }); - const tabs: Array<{ id: "all" | "contacts" | "people" | "groups" | "channels" | "archived"; label: string }> = [ + const tabs: Array<{ id: "all" | "people" | "groups" | "channels" | "archived"; label: string }> = [ { id: "all", label: "All" }, - { id: "contacts", label: "Contacts" }, { id: "people", label: "Люди" }, { id: "groups", label: "Groups" }, { id: "channels", label: "Каналы" },