0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 02:02:43 +00:00

fix little bug

This commit is contained in:
Víctor Losada Hernández
2024-09-01 19:21:40 +02:00
parent 226ad49663
commit fd2d1f1ce2

View File

@@ -96,7 +96,6 @@ const VaultPage = (props) => {
? error.response.status ? error.response.status
: error.message}` : error.message}`
); );
updateStateWithBrews([], 1);
}); });
if (response.ok) if (response.ok)