0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 22:32:45 +00:00

removed whitepsace

This commit is contained in:
Gazook89
2024-08-23 18:59:32 -05:00
parent 7f694e6ca7
commit 04effa2150

View File

@@ -21,7 +21,6 @@ const ToolBar = ({ onZoomChange, currentPage, onPageChange, totalPages })=>{
const handleZoomButton = (delta)=>{
const newZoomLevel = _.clamp(zoomLevel + delta, MIN_ZOOM, MAX_ZOOM);
setZoomLevel(newZoomLevel);
};