From 5f2101c119f55eb4bb06f478430aa143a232ace1 Mon Sep 17 00:00:00 2001 From: Hangzhi Yu <hangzhi@protonmail.com> Date: Tue, 5 Nov 2024 16:42:51 +0100 Subject: [PATCH] Remove unused comment --- .../frontend/components/substitutions/SubstitutionCard.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/aleksis/apps/chronos/frontend/components/substitutions/SubstitutionCard.vue b/aleksis/apps/chronos/frontend/components/substitutions/SubstitutionCard.vue index f520df33..34f1e077 100644 --- a/aleksis/apps/chronos/frontend/components/substitutions/SubstitutionCard.vue +++ b/aleksis/apps/chronos/frontend/components/substitutions/SubstitutionCard.vue @@ -11,8 +11,6 @@ import deleteMixin from "aleksis.core/mixins/deleteMixin.js"; <template> <v-card class="my-1 full-width" :loading="loading"> - <!-- flex-md-row zeile ab medium --> - <!-- align-stretch - stretch full-width --> <v-card-text class="full-width main-body pa-2" :class="{ -- GitLab