From 81213a9abaa2f4c213201878489933eed4539b53 Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Sat, 1 Aug 2020 00:04:30 +0200 Subject: [PATCH] Remove useless ul from menu --- registry/src/views/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/registry/src/views/index.tsx b/registry/src/views/index.tsx index c905425..d368cb7 100644 --- a/registry/src/views/index.tsx +++ b/registry/src/views/index.tsx @@ -65,11 +65,7 @@ export default async function index({ search }: any) { ))} - -
    -
  • Item
  • -
-
+ ); }