From 2a292bd1a04b2c40896b29e197d18f451d4dc6bd Mon Sep 17 00:00:00 2001 From: PhilReact Date: Thu, 14 Nov 2024 00:13:07 +0200 Subject: [PATCH] added group/direct timestamps --- src/components/Group/Group.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/Group/Group.tsx b/src/components/Group/Group.tsx index 8780b62..320fed6 100644 --- a/src/components/Group/Group.tsx +++ b/src/components/Group/Group.tsx @@ -91,6 +91,7 @@ import { DesktopHeader } from "../Desktop/DesktopHeader"; import { Apps } from "../Apps/Apps"; import { AppsNavBar } from "../Apps/AppsNavBar"; import { AppsDesktop } from "../Apps/AppsDesktop"; +import { formatEmailDate } from "./QMailMessages"; // let touchStartY = 0; // let disablePullToRefresh = false; @@ -1731,6 +1732,8 @@ export const Group = ({