From 16b86870c4135bbc832d7a574ab5a33f6cc12319 Mon Sep 17 00:00:00 2001 From: ajnart Date: Tue, 17 May 2022 02:03:52 +0200 Subject: [PATCH] :building_construction: Fix small bug in code arch, forgot the key --- src/components/AppShelf/AppShelf.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppShelf/AppShelf.tsx b/src/components/AppShelf/AppShelf.tsx index bcc3024d5..ccf7dea5c 100644 --- a/src/components/AppShelf/AppShelf.tsx +++ b/src/components/AppShelf/AppShelf.tsx @@ -30,7 +30,7 @@ const AppShelf = (props: any) => { return ( {config.services.map((service) => ( - + ))}