diff --git a/apps/dashboard/src/components/pulls/pull-request-row.tsx b/apps/dashboard/src/components/pulls/pull-request-row.tsx index 9a01ede..08462f3 100644 --- a/apps/dashboard/src/components/pulls/pull-request-row.tsx +++ b/apps/dashboard/src/components/pulls/pull-request-row.tsx @@ -7,6 +7,7 @@ import { ViewIcon, } from "@quickhub/icons"; import { Markdown } from "@quickhub/ui/components/markdown"; +import { cn } from "@quickhub/ui/lib/utils"; import { useQuery } from "@tanstack/react-query"; import { Link } from "@tanstack/react-router"; import { useState } from "react"; @@ -68,9 +69,12 @@ export function PullRequestRow({
- Cached pull request groups -
-{label}
+{value}
+ > + ); + + if (value === 0) { + return ( +- No pull requests in this slice. -
- ) : ( -- #{pull.number} {pull.title} -
-- {pull.repository.fullName} -
-