From 8c883f669d510be0018dd1cfc43182ee779bc174 Mon Sep 17 00:00:00 2001 From: Christoph Knoedlseder Date: Sun, 13 Oct 2024 11:17:23 +0200 Subject: [PATCH] put the parenthesis back where it belongs --- .../webapp/app/exercises/shared/result/result.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/app/exercises/shared/result/result.component.html b/src/main/webapp/app/exercises/shared/result/result.component.html index 911320c183df..65c4be9ca9de 100644 --- a/src/main/webapp/app/exercises/shared/result/result.component.html +++ b/src/main/webapp/app/exercises/shared/result/result.component.html @@ -61,7 +61,7 @@ } @if (!isInSidebarCard) { - ({{ result!.completionDate | artemisTimeAgo }} ) + ({{ result!.completionDate | artemisTimeAgo }}) } @if (hasBuildArtifact() && participation.type === ParticipationType.PROGRAMMING) {