Skip to content

Commit

Permalink
constant change
Browse files Browse the repository at this point in the history
  • Loading branch information
bronson-c committed Nov 21, 2023
1 parent 6b54b5d commit 01828d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/WidgetStats/WidgetStatsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
import { useStats } from '../../common/dataHooks/useStats'

function WidgetStatsData() {
const stats = useStats()
return {
data: stats.data,
data: useStats().data,
}
}

Expand Down

0 comments on commit 01828d4

Please sign in to comment.