From 6f89d4cd27c2a1f1b16f79dfce1e2f13d3df5ae2 Mon Sep 17 00:00:00 2001 From: Oliver Boehlk Date: Sat, 18 Apr 2020 03:12:13 +0200 Subject: [PATCH] remove unneccessary kind attribute --- frontend/src/components/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/content.js b/frontend/src/components/content.js index 99fdf6c..a2a6a73 100644 --- a/frontend/src/components/content.js +++ b/frontend/src/components/content.js @@ -23,7 +23,7 @@ export default function Content() {
- } /> + } />
);