Skip to content

Commit

Permalink
fix dsp stats
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopaunov committed Dec 27, 2024
1 parent f99db09 commit 2b52e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdminPanel/DspStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const DspStats = () => {

useEffect(() => {
getDspStats()
}, [])
}, [getDspStats])

return (
<SimpleGrid cols={{ md: 1, xl: 2 }} spacing="xl">
Expand Down

0 comments on commit 2b52e38

Please sign in to comment.