diff --git a/confiture-web-app/src/components/account/dashboard/AuditRow.vue b/confiture-web-app/src/components/account/dashboard/AuditRow.vue index e0e75297..e0d05bda 100644 --- a/confiture-web-app/src/components/account/dashboard/AuditRow.vue +++ b/confiture-web-app/src/components/account/dashboard/AuditRow.vue @@ -5,10 +5,10 @@ import { AuditStatus, AuditType } from "../../../types"; import { AccountAudit } from "../../../types/account"; import { formatDate, - formatAuditType, captureWithPayloads, slugify, - formatBytes + formatBytes, + getCriteriaCount } from "../../../utils"; import Dropdown from "../../ui/Dropdown.vue"; import CopyIcon from "../../icons/CopyIcon.vue"; @@ -148,7 +148,7 @@ const csvExportFilename = computed(() => {
Type - {{ formatAuditType(audit.auditType) }} + {{ getCriteriaCount(audit.auditType) }} critères
@@ -311,7 +311,7 @@ const csvExportFilename = computed(() => {