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

Merge branch 'master' into Issue_1430_Unique_HeaderIDs

This commit is contained in:
David Bolack
2024-08-21 21:23:09 -05:00
4 changed files with 27 additions and 9 deletions

View File

@@ -35,6 +35,7 @@ const printCurrentBrew = ()=>{
};
const fetchThemeBundle = async (obj, renderer, theme)=>{
if(!renderer || !theme) return;
const res = await request
.get(`/api/theme/${renderer}/${theme}`)
.catch((err)=>{