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:
2025-05-01 19:46:50 -05:00
committed by GitHub
parent 6f7a3965a7
commit a7f8bd06a7

View File

@@ -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 });