0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

remove visual glitch when performing aa search

This commit is contained in:
Víctor Losada Hernández
2025-03-08 19:35:12 +01:00
parent b07317b0f7
commit c7a19857dd

View File

@@ -355,7 +355,7 @@ const VaultPage = (props)=>{
};
const renderFoundBrews = ()=>{
if(searching) {
if(searching && !brewCollection) {
return (
<div className='foundBrews searching'>
<h3 className='searchAnim'>Searching</h3>