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.displayValue }}
{{ cell.header.tooltip }}
{{ cell.displayValue }}
@@ -399,11 +399,6 @@ function showDialog (action) {
})
}
-function classForValue (value) {
- return {
- 'text-grey': !value,
- }
-}