diff --git a/src/components/map/Gpx.tsx b/src/components/map/Gpx.tsx
index e3a8e7b..f395a9a 100644
--- a/src/components/map/Gpx.tsx
+++ b/src/components/map/Gpx.tsx
@@ -40,7 +40,9 @@ const Gpx: React.FC<{ gpx: any }> = (props) => {
)}`;
}, '');
- return ;
+ return (
+
+ );
};
export default Gpx;