From 960c1be98ea1708b990178e1d05aa43a07fbeaaf Mon Sep 17 00:00:00 2001 From: Peter Sutter Date: Wed, 26 Jun 2024 18:55:13 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Lukas Gross --- frontend/src/components/GShootListRow.vue | 9 ++------- .../src/components/ShootDetails/GCustomFieldsCard.vue | 8 ++------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/GShootListRow.vue b/frontend/src/components/GShootListRow.vue index a727bc16ec..8c0168622a 100644 --- a/frontend/src/components/GShootListRow.vue +++ b/frontend/src/components/GShootListRow.vue @@ -151,14 +151,14 @@ SPDX-License-Identifier: Apache-2.0 {{ cell.header.tooltip }} {{ cell.displayValue }} @@ -399,11 +399,6 @@ function showDialog (action) { }) } -function classForValue (value) { - return { - 'text-grey': !value, - } -}