From 83f1924c8caa27191e5193a875ea419d87984604 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Fri, 5 Sep 2025 12:42:41 +0200 Subject: [PATCH] don't open internal profile, if item has external profile url --- app/src/App.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/App.tsx b/app/src/App.tsx index 124b9723..ec936757 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -56,6 +56,7 @@ import MapContainer from './pages/MapContainer' import { getBottomRoutes, routes } from './routes/sidebar' import { config } from './config' import { InviteApi } from './api/inviteApi' +import { LayerProps } from 'utopia-ui' const userApi = new UserApi() const inviteApi = new InviteApi(userApi) @@ -225,14 +226,14 @@ function App() { path='attestation-form' element={} /> - {layers.map((l: any) => ( + {layers.map((l: LayerProps) => ( }