0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 22:32:45 +00:00

Merge branch 'experimental-development' of https://github.com/5e-Cleric/homebrewery into experimental-development

This commit is contained in:
Víctor Losada Hernández
2024-02-13 10:48:24 +01:00

View File

@@ -60,6 +60,7 @@ const ArchivePage = createClass({
});
} catch (error) {
console.log(`LoadPage error: ${error}`);
this.updateStateWithBrews([], 1, 1);
}
},