Skip to content

Commit

Permalink
fix: #5111 adds insights fix (#5116)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcvay authored Sep 28, 2021
1 parent 3c8543d commit b7d4b3e
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 b7d4b3e

Please sign in to comment.