From a4c865f727aa01ed37e213b07bd0b546a09b4046 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Tue, 29 Jun 2021 08:43:41 +0800 Subject: [PATCH] Lint --- ui/page/home/view.jsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ui/page/home/view.jsx b/ui/page/home/view.jsx index dff62176b..52c594b39 100644 --- a/ui/page/home/view.jsx +++ b/ui/page/home/view.jsx @@ -47,7 +47,15 @@ function HomePage(props: Props) { ))} ); - const claimTiles = ; + const claimTiles = ( + + ); return (
@@ -128,7 +136,7 @@ function HomePage(props: Props) {