mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Remove unused variable approval.step_name in
RecordingTable
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user