This commit is contained in:
EwelinaLasowy
2022-02-14 15:26:50 +01:00
parent bbbf1791ff
commit 2bf2b99e28
2 changed files with 78 additions and 8 deletions

View File

@@ -125,4 +125,4 @@ const statuses = [
export function useStatusInfo(status) {
return statuses.find(statusInfo => statusInfo.value === status)
}
}