From f5617c96d03df0fc7406c621613d45f50c004788 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 26 Jan 2024 19:54:57 +0100 Subject: [PATCH] logo --- src/App.js | 3 ++- src/Pages/Store/Services/index.js | 7 +------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/App.js b/src/App.js index 352b91a..ca30930 100644 --- a/src/App.js +++ b/src/App.js @@ -30,7 +30,8 @@ export function Loading() { > diff --git a/src/Pages/Store/Services/index.js b/src/Pages/Store/Services/index.js index a2b01dc..2f1d9a0 100644 --- a/src/Pages/Store/Services/index.js +++ b/src/Pages/Store/Services/index.js @@ -196,12 +196,7 @@ function Service({ const expandIcon = ({ isActive }) => { if (isRequestingActivities) return ; - return ( - e.stopPropagation()} - /> - ); + return ; }; return (