0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 02:22:49 +00:00

Apply fix to clear error.

This commit is contained in:
David Bolack
2025-01-09 16:42:55 -06:00
parent 70bda94033
commit 96ebe0f617

View File

@@ -23,7 +23,7 @@ const SharePage = (props)=>{
});
const handleBrewRendererPageChange = useCallback((pageNumber)=>{
updateState({ currentBrewRendererPageNum: pageNumber });
this.setState({ currentBrewRendererPageNum: pageNumber });
}, []);
const handleControlKeys = (e)=>{