From 52b03d8331a40258791dac9b0e224f0d539cd7ae Mon Sep 17 00:00:00 2001 From: evlist Date: Sun, 2 Oct 2022 23:26:18 +0200 Subject: [PATCH] Regression for the GPX export when running in a browser. --- src/components/map/GpxExport.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/map/GpxExport.tsx b/src/components/map/GpxExport.tsx index 4cb17e7..b05bc99 100644 --- a/src/components/map/GpxExport.tsx +++ b/src/components/map/GpxExport.tsx @@ -101,11 +101,9 @@ const GpxExport: React.FC<{ gpx: any }> = (props: { gpx: any }) => { - {isCapacitor && ( - - download - - )} + + download + ); };