diff --git a/README.md b/README.md index a95d5d8..f99cd06 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,7 @@ This is the frontend of a web wrapper for Coop Clouds abra CLI, letting users set up and manage VPSs and docker images through a web UI. +## Still a work in progess! + ## This is built with react, typescript, scss, and vite diff --git a/src/routes/Authenticated/Apps/Apps.tsx b/src/routes/Authenticated/Apps/Apps.tsx index fafe941..f0aadb0 100644 --- a/src/routes/Authenticated/Apps/Apps.tsx +++ b/src/routes/Authenticated/Apps/Apps.tsx @@ -200,9 +200,9 @@ export const Apps: React.FC = () => { ) : ( - filteredApps.map((app, index) => ( + filteredApps.map((app) => (