Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lubej committed Jul 4, 2023
1 parent 1203bca commit 3139ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/644.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Graph redesign
2 changes: 1 addition & 1 deletion src/app/pages/HomePage/Graph/ParaTimeSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const ParaTimeSelectorCmp: FC<ParaTimeSelectorProps> = ({

useEffect(() => {
onGraphZoomedIn(isZoomedIn)
}, [isZoomedIn])
}, [isZoomedIn, onGraphZoomedIn])

return (
<>
Expand Down

0 comments on commit 3139ae0

Please sign in to comment.