From 74c672afabed23aa4feaa45c7d13693e169ea21b Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 29 Apr 2024 20:08:15 +0200 Subject: [PATCH] remove comment --- interface/src/project/SystemActivity.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/project/SystemActivity.tsx b/interface/src/project/SystemActivity.tsx index 4e868e846..5b14a92a3 100644 --- a/interface/src/project/SystemActivity.tsx +++ b/interface/src/project/SystemActivity.tsx @@ -75,7 +75,6 @@ const SystemActivity: FC = () => { }); const showName = (id: number) => { - // TODO fix this const name: keyof Translation['STATUS_NAMES'] = id; return LL.STATUS_NAMES[name](); };