0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 02:32:41 +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, viewablePageNumber : 0,
height : PAGE_HEIGHT, height : PAGE_HEIGHT,
isMounted : false, isMounted : false,
visibility : 'hidden' visibility : 'hidden',
zoom : 100, zoom : 100,
currentPageNumber : 1, currentPageNumber : 1,
}); });