From 5223627b6766096a93c15b38f39b4f05bedc4803 Mon Sep 17 00:00:00 2001 From: BobChao87 Date: Sun, 28 Nov 2021 01:16:12 -0800 Subject: [PATCH] Don't show empty marathons in history If a marathon has no submitted runs, don't show it. Likewise, don't show games with no submitted categories. Related to Issue #39 --- components/user/history/Submission.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/user/history/Submission.vue b/components/user/history/Submission.vue index eb6a9c9e..e78c9fd1 100644 --- a/components/user/history/Submission.vue +++ b/components/user/history/Submission.vue @@ -19,13 +19,13 @@