Skip to content

Commit 0e6a97f

Browse files
committed
Merge branch 'main' into @chrispader/bump-onyx-to-3.0.46
2 parents 23b90d7 + 3546a2a commit 0e6a97f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Mobile-Expensify

src/components/MapView/Direction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type {DirectionProps} from './MapViewTypes';
55

66
function Direction({coordinates, belowLayerID}: DirectionProps) {
77
const styles = useThemeStyles();
8-
if (coordinates.length < 1) {
8+
if (coordinates.length < 2) {
99
return null;
1010
}
1111

0 commit comments

Comments
 (0)