Feature/20 move app back to container app #23
@@ -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