mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-20 14:32:57 +00:00
Update brewRenderer.jsx
This commit is contained in:
@@ -103,7 +103,7 @@ const BrewRenderer = (props)=>{
|
||||
};
|
||||
|
||||
const [visiblePages, setVisiblePages] = useState([]);
|
||||
const [centerPage, setCenterPage] = useState(1);
|
||||
const [centerPage , setCenterPage ] = useState(1);
|
||||
|
||||
const [state, setState] = useState({
|
||||
isMounted : false,
|
||||
|
||||
Reference in New Issue
Block a user