Feature/20 move app back to container app (#23)
* reverting to app on container app * reverting to app on container app * reverting to app on container app
This commit was merged in pull request #23.
This commit is contained in:
@@ -125,7 +125,7 @@ const Projects = () => {
|
||||
try {
|
||||
dispatch({ type: 'SET_IS_LOADING', payload: true })
|
||||
const projects = await getProjects();
|
||||
|
||||
|
||||
if (projects.length > 0) {
|
||||
dispatch({ type: 'SET_PROJECTS', payload: projects });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user