diff --git a/client/homebrew/pages/vaultPage/vaultPage.jsx b/client/homebrew/pages/vaultPage/vaultPage.jsx
index 7f9310a3c..daba3c67b 100644
--- a/client/homebrew/pages/vaultPage/vaultPage.jsx
+++ b/client/homebrew/pages/vaultPage/vaultPage.jsx
@@ -140,7 +140,7 @@ const VaultPage = (props) => {
setV3(v3);
setLegacy(legacy);
}
-
+
// Perform search with the latest input values, because state is not fast enough
performSearch({ title, author, count, v3, legacy });
@@ -177,7 +177,8 @@ const VaultPage = (props) => {
const isAuthorValid = authorInput.validity.valid && authorInput.value;
const isCheckboxChecked = legacyCheckbox.checked || v3Checkbox.checked;
- const isFormValid = (isTitleValid || isAuthorValid) && isCheckboxChecked;
+ const isFormValid =
+ (isTitleValid || isAuthorValid) && isCheckboxChecked;
return isFormValid;
};
@@ -211,10 +212,7 @@ const VaultPage = (props) => {
placeholder="v3 Reference Document"
/>
-
- Tip! you can use - to negate words, and{' '}
- "word" to specify an exact string.
-
+
-
- Remember, usernames are case sensitive.
-
+