diff --git a/src/lib/components/tree/ProfileCloudTreeItem.svelte b/src/lib/components/tree/ProfileCloudTreeItem.svelte index a514119..afb4fd4 100644 --- a/src/lib/components/tree/ProfileCloudTreeItem.svelte +++ b/src/lib/components/tree/ProfileCloudTreeItem.svelte @@ -3,6 +3,7 @@ type: string; name: string; syncStatus: "synced" | "local" | "cloud"; + modifiedAt: Date; } @@ -71,6 +72,7 @@ {data.name} + {data.modifiedAt.toLocaleDateString()}