diff --git a/client/homebrew/pages/vaultPage/vaultPage.jsx b/client/homebrew/pages/vaultPage/vaultPage.jsx index 4ec9b7d6e..23c48439e 100644 --- a/client/homebrew/pages/vaultPage/vaultPage.jsx +++ b/client/homebrew/pages/vaultPage/vaultPage.jsx @@ -369,14 +369,6 @@ const VaultPage = (props) => { ); } - if (validateForm() && !brewCollection) { - return ( -
-

No search yet

-
- ); - } - if (error) { console.log('render Error: ', error); let errorMessage; @@ -403,7 +395,15 @@ const VaultPage = (props) => { ); } - if (!brewCollection || brewCollection.length === 0) { + if (!brewCollection) { + return ( +
+

No search yet

+
+ ); + } + + if (brewCollection.length === 0) { return (

No brews found