We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 591a64d + cb8b01d commit 77af2f1Copy full SHA for 77af2f1
1 file changed
frontend/src/pages/_dashboard/renderDashboard/partner/projects/index.js
@@ -68,8 +68,9 @@ export default ({ event }) => {
68
...dataOt,
69
}
70
setData(data)
71
- setProjects(data.projects)
+ setProjects(data?.projects)
72
} catch (err) {
73
+ dispatch(SnackbarActions.error(`Error found: ${err.message}`))
74
setError(true)
75
} finally {
76
setLoading(false)
0 commit comments