0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 10:22:42 +00:00

update based on feedback

This commit is contained in:
Charlie Humphreys
2022-03-24 13:46:23 -05:00
parent b19efcebb9
commit bba0208361
3 changed files with 4 additions and 8 deletions

View File

@@ -174,7 +174,7 @@ const NewPage = createClass({
localStorage.removeItem(BREWKEY);
localStorage.removeItem(STYLEKEY);
localStorage.removeItem(METAKEY);
window.location = `/edit/${brew.googleId ? brew.googleId : ''}${brew.editId}`;
window.location = `/edit/${brew.googleId ?? ''}${brew.editId}`;
},
renderSaveButton : function(){