refactor(FE): Remove unused variable approval.step_name in

RecordingTable
This commit is contained in:
rstubryan
2026-02-19 15:28:27 +07:00
parent 6ac903313c
commit e22f95cc58
@@ -852,8 +852,7 @@ const RecordingTable = () => {
const status = approval.action; const status = approval.action;
const statusColor = getStatusBadgeColor(status); const statusColor = getStatusBadgeColor(status);
const statusText = getStatusText(status);
const statusText = approval.step_name || getStatusText(status);
return ( return (
<StatusBadge <StatusBadge