mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-22 15:04:22 +01:00
perf: refactor sse handleing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user