mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 11:42:39 +00:00
change top level constants to all caps
Better matches style of top level constants elsewhere in repo
This commit is contained in:
@@ -3,8 +3,8 @@ const React = require('react');
|
||||
const { useState, useEffect } = React;
|
||||
const _ = require('lodash')
|
||||
|
||||
const maxZoom = 300;
|
||||
const minZoom = 10;
|
||||
const MAX_ZOOM = 300;
|
||||
const MIN_ZOOM = 10;
|
||||
|
||||
const ToolBar = ({ onZoomChange, currentPage, onPageChange, totalPages })=>{
|
||||
const [state, setState] = useState({
|
||||
|
||||
Reference in New Issue
Block a user