From f71fe513d2abb0d09b2b2fc77945dbcc2df033a9 Mon Sep 17 00:00:00 2001 From: Vladimir Zagainov Date: Sun, 1 Jun 2025 17:24:35 +0300 Subject: [PATCH] Update Project.vue --- src/views/Project.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/Project.vue b/src/views/Project.vue index 98dc7ab..eba4024 100644 --- a/src/views/Project.vue +++ b/src/views/Project.vue @@ -191,7 +191,6 @@ function getCellValue(userstory: Userstory, header: TableHeader): string | numbe const attributes = dataStore.userstoryAttributesMap.get(userstory.id); if (attributes) { - // Ключи для кастомных полей приходят как строки const attrValue = attributes[header.attributeId.toString()]; if (attrValue === null) return null;