diff --git a/src/web/components/splatoon/SplatfestBox.vue b/src/web/components/splatoon/SplatfestBox.vue
index 344bafe..d4366a3 100644
--- a/src/web/components/splatoon/SplatfestBox.vue
+++ b/src/web/components/splatoon/SplatfestBox.vue
@@ -39,7 +39,7 @@
-
+
{{ festival.times.start | date(dateOptions) }}
@@ -111,6 +111,9 @@ export default {
showingResults() {
return this.festival.results && !this.screenshotMode && !this.historyMode;
},
+ showingResultsBar() {
+ return this.showingResults || (this.festival.results && this.screenshotMode);
+ },
dateOptions() {
if (this.historyMode)
return { year: 'numeric' };