From 158293edcf13ba76f089e447a3c51db6f960005d Mon Sep 17 00:00:00 2001 From: Manuel Ruwe Date: Thu, 8 Dec 2022 22:20:22 +0100 Subject: [PATCH] fix: compile errors --- src/components/AppShelf/AppShelfItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppShelf/AppShelfItem.tsx b/src/components/AppShelf/AppShelfItem.tsx index 59189ed5b..cbd9744bc 100644 --- a/src/components/AppShelf/AppShelfItem.tsx +++ b/src/components/AppShelf/AppShelfItem.tsx @@ -104,7 +104,7 @@ export function AppShelfItem(props: any) { opacity: hovering ? 1 : 0, }} > - + { /* TODO: Remove this component */ }