fix missing curly braces

This commit is contained in:
sgrtye 2024-02-14 18:24:17 +00:00
parent a9b026380b
commit 5a7b607a4b

View File

@ -120,6 +120,7 @@ function getColor(mapping, customData) {
default:
return ""
}
}
export default function Component({ service }) {
const { t } = useTranslation();