Skip to content

Commit e53b7b2

Browse files
(SalesPath): resolve prettier errors
1 parent 19cb3e0 commit e53b7b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/SalesPath.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ export const SalesPath = createFC<
166166
idx === activeIdx
167167
? 'current'
168168
: idx < activeIdx
169-
? 'complete'
170-
: 'incomplete';
169+
? 'complete'
170+
: 'incomplete';
171171
return (
172172
<SalesPathTypeContext.Provider value={evaluatedType}>
173173
{child}

0 commit comments

Comments
 (0)