fix missing curly braces

pull/2891/head
sgrtye 4 months ago
parent a9b026380b
commit 5a7b607a4b

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

Loading…
Cancel
Save