Skip to content

Commit d1c821b

Browse files
functorismtimvisee
andauthored
Update src/components/Points/PointImage.jsx
Co-authored-by: Tim Visée <[email protected]>
1 parent fde1748 commit d1c821b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Points/PointImage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function PointImage({ data, sx }) {
1515
return false;
1616
}
1717
if (url) {
18-
return /\.(jpg|jpeg|png|webp|bmp|gif|ico|svg)$/.test(url.pathname);
18+
return /\.(jpg|jpeg|png|webp|gif|svg)$/.test(url.pathname);
1919
}
2020
return false;
2121
}

0 commit comments

Comments
 (0)