0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +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.message}`
);
updateStateWithBrews([], 1);
});
if (response.ok)