adds time string to comment card

This commit is contained in:
Christian Beutel
2024-04-07 20:38:21 +02:00
parent bbbc4f38b6
commit 10caa8b768
12 changed files with 58 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ export class Comment {
rating: number;
author: string;
trail: string;
created?: string;
expand?: {
author: User
}