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