0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 18:32:40 +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) { } catch (error) {
console.log(`LoadPage error: ${error}`); console.log(`LoadPage error: ${error}`);
this.updateStateWithBrews([], 1, 1);
} }
}, },