mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 23:15:46 +01:00
Update SimpleGrid
This commit is contained in:
@@ -47,7 +47,7 @@ const AppShelf = (props: any) => {
|
||||
return (
|
||||
<SimpleGrid m="xl" cols={4} spacing="xl">
|
||||
{config.services.map((service, i) => (
|
||||
<AppShelfItem service={service} />
|
||||
<AppShelfItem key={service.name} service={service} />
|
||||
))}
|
||||
<AddItemShelfItem />
|
||||
</SimpleGrid>
|
||||
|
||||
Reference in New Issue
Block a user