perf: refactor sse handleing

This commit is contained in:
d-kimsuon
2025-09-18 20:42:44 +09:00
parent a90ef520dd
commit eb5a8ddeeb
38 changed files with 727 additions and 597 deletions

View File

@@ -14,7 +14,9 @@ import {
import { useProjects } from "../hooks/useProjects";
export const ProjectList: FC = () => {
const { data: projects } = useProjects();
const {
data: { projects },
} = useProjects();
if (projects.length === 0) {
<Card>