remove comment

This commit is contained in:
proddy
2024-04-29 20:08:15 +02:00
parent 5da07db42d
commit 74c672afab

View File

@@ -75,7 +75,6 @@ const SystemActivity: FC = () => {
}); });
const showName = (id: number) => { const showName = (id: number) => {
// TODO fix this
const name: keyof Translation['STATUS_NAMES'] = id; const name: keyof Translation['STATUS_NAMES'] = id;
return LL.STATUS_NAMES[name](); return LL.STATUS_NAMES[name]();
}; };