- {#if app}
- {processStringSync(
- "Last edited {{ duration time 'millisecond' }} ago",
- {
- time:
- new Date().getTime() - new Date(app?.updatedAt).getTime(),
- }
- )}
- {/if}
+
+ {#if app}
+ {processStringSync(
+ "Last edited {{ duration time 'millisecond' }} ago",
+ {
+ time:
+ new Date().getTime() - new Date(app?.updatedAt).getTime(),
+ }
+ )}
+ {/if}
+
-