diff --git a/apps/dashboard/src/routes/_protected/$owner/$repo/pull.$pullId.tsx b/apps/dashboard/src/routes/_protected/$owner/$repo/pull.$pullId.tsx index a8e1c57..7d9af6b 100644 --- a/apps/dashboard/src/routes/_protected/$owner/$repo/pull.$pullId.tsx +++ b/apps/dashboard/src/routes/_protected/$owner/$repo/pull.$pullId.tsx @@ -219,25 +219,6 @@ function PullDetailPage() { - {/* Labels */} - {pr.labels.length > 0 && ( -
- {pr.labels.map((label) => ( - - {label.name} - - ))} -
- )} - {/* Body */} {pr.body ? (
@@ -354,6 +335,29 @@ function PullDetailPage() { {/* Right sidebar: Metadata */}