0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 07:02:38 +00:00

Fix missing comma

This commit is contained in:
G.Ambatte
2024-08-26 15:30:58 +12:00
parent bdf2c97942
commit a59135430c

View File

@@ -67,7 +67,7 @@ const BrewRenderer = (props)=>{
viewablePageNumber : 0,
height : PAGE_HEIGHT,
isMounted : false,
visibility : 'hidden'
visibility : 'hidden',
zoom : 100,
currentPageNumber : 1,
});