mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-02 04:12:47 +00:00
fix little bug
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user