diff --git a/pages/hub/lists/index.tsx b/pages/hub/lists/index.tsx index f5c2b3fa62..78ff26a904 100644 --- a/pages/hub/lists/index.tsx +++ b/pages/hub/lists/index.tsx @@ -87,7 +87,7 @@ const ListsHub: WithPageLayout = () => { )) ) : (
- You currently have no lists{" "} + {!isLoading && You currently have no lists}
)}