From 5f17df491c649e38d4fb0f1a7d66754cf4b7eaa7 Mon Sep 17 00:00:00 2001 From: Quildra Date: Wed, 20 Dec 2023 14:52:05 +0000 Subject: [PATCH] restrict a ghost download to post race --- .../components/race-details/race-details.component.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/bridge-ui/src/app/components/race-details/race-details.component.html b/packages/bridge-ui/src/app/components/race-details/race-details.component.html index fe7344a..79aab65 100644 --- a/packages/bridge-ui/src/app/components/race-details/race-details.component.html +++ b/packages/bridge-ui/src/app/components/race-details/race-details.component.html @@ -71,7 +71,12 @@ Ghost - + @if(openToUploads) { + + } + @else { + + }