We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922c5cd commit ad0f19fCopy full SHA for ad0f19f
1 file changed
src/features/app/components/Sidebar.tsx
@@ -5,7 +5,7 @@ import { useCallback, useEffect, useRef, useState } from "react";
5
import { Menu, MenuItem } from "@tauri-apps/api/menu";
6
import { LogicalPosition } from "@tauri-apps/api/dpi";
7
import { getCurrentWindow } from "@tauri-apps/api/window";
8
-import { formatRelativeTimeShort } from "../../../utils/time";
+import { formatRelativeTime, formatRelativeTimeShort } from "../../../utils/time";
9
10
type SidebarProps = {
11
workspaces: WorkspaceInfo[];
0 commit comments