This commit is contained in:
Kalidou Diagne
2024-09-21 14:34:19 +02:00
parent 5517c2a3ba
commit b2b474db42
2 changed files with 1 additions and 1 deletions

View File

@@ -35,7 +35,6 @@ type IProjectTags = {
}
export function ProjectTags({ project, lang }: IProjectTags) {
return null
const statusItem = ThemesStatusMapping(lang)
const { label, icon } = statusItem?.[project?.projectStatus] ?? {}
const { t } = useTranslation(lang, "common")