diff --git a/apps/web/src/screens/main/index.tsx b/apps/web/src/screens/main/index.tsx index 8c7e01b..65cd0d8 100644 --- a/apps/web/src/screens/main/index.tsx +++ b/apps/web/src/screens/main/index.tsx @@ -51,7 +51,7 @@ export const MainPage = (props: Props) => { {data && ( - + {data.total >= data.goal ? ( <>Goal: done! (${data.total}) ) : (