mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
fixs
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user