diff --git a/src/features/history-management/components/HistoryManagementTable.tsx b/src/features/history-management/components/HistoryManagementTable.tsx index 5184b4f..cefc388 100644 --- a/src/features/history-management/components/HistoryManagementTable.tsx +++ b/src/features/history-management/components/HistoryManagementTable.tsx @@ -153,16 +153,13 @@ function HistoryTableRow({history}: {history: HistoryRecord}) { } function HistoryActionTag({action}: {action: HistoryAction}) { - const isCreate = action === 'create'; - return ( + }`}> {actionLabels[action]} );