Skip to content

Commit 797436a

Browse files
committed
fixup
1 parent 8af1bc1 commit 797436a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

front/src/common/Pathfinding/Pathfinding.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,9 @@ function Pathfinding({ zoomToFeature }: PathfindingProps) {
530530
<GoCheckCircle />
531531
</span>
532532
<span className="flex-grow-1">{t('pathfindingDone')}</span>
533-
<small className="text-secondary">{geojson?.length && formatKmValue(geojson?.length / 1000, 3)}</small>
533+
<small className="text-secondary">
534+
{geojson?.length && formatKmValue(geojson?.length / 1000, 3)}
535+
</small>
534536
</div>
535537
)}
536538
{pathfindingState.error && (

0 commit comments

Comments
 (0)