diff --git a/src/components/AppShelf/AppShelfItem.tsx b/src/components/AppShelf/AppShelfItem.tsx index 6c35923e8..c4cd80d16 100644 --- a/src/components/AppShelf/AppShelfItem.tsx +++ b/src/components/AppShelf/AppShelfItem.tsx @@ -120,20 +120,20 @@ export function AppShelfItem(props: any) { scale: 1.1, }} > - { - if (service.openedUrl) { - window.open(service.openedUrl, service.newTab === false ? '_top' : '_blank'); - } else window.open(service.url, service.newTab === false ? '_top' : '_blank'); - }} - /> + + +