Skip to content

Commit

Permalink
fix: #5111 adds insights fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcvay committed Sep 28, 2021
1 parent 3c8543d commit d7c2884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insights/src/components/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export const handleInstalledReports =
setLoading(true)
const fetchInstalledReports = async () => {
const installedReports = await getInstalledReportsService(connectSession as ReapitConnectSession)
setLoading(false)
setInstalledReports(installedReports ?? null)
setLoading(false)
}

fetchInstalledReports()
Expand Down

0 comments on commit d7c2884

Please sign in to comment.