mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
Merge pull request #434 from Tria-plc/freight_feature/usermanagement
refactor: remove unused variable assignment in ClearancePhaseStepper
This commit is contained in:
@@ -74,7 +74,7 @@ export function ClearancePhaseStepper({
|
||||
const isComplete = index < activeIdx;
|
||||
const isActive = index === activeIdx;
|
||||
const isLast = index === phases.length - 1;
|
||||
const doneOrActive = isComplete || isActive;
|
||||
// const doneOrActive = isComplete || isActive;
|
||||
|
||||
return (
|
||||
<Group key={phase} gap={12} wrap="nowrap" align="flex-start">
|
||||
|
||||
Reference in New Issue
Block a user