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) {