diff --git a/web-ui/src/app/graph/page.tsx b/web-ui/src/app/graph/page.tsx index c214e02..8e63499 100644 --- a/web-ui/src/app/graph/page.tsx +++ b/web-ui/src/app/graph/page.tsx @@ -1,3 +1,4 @@ +import { Suspense } from "react"; import Link from "next/link"; import { AppShell } from "@/components/app-shell"; @@ -22,7 +23,15 @@ export default function GraphPage() {
-לא ניתן לטעון תקציר.
+ ) : detail.data?.headnote || detail.data?.summary ? ( ++ {detail.data.headnote || detail.data.summary} +
+ ) : ( +אין תקציר.
+ )} +