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