Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit d09f984

Browse files
committed
fix: removed repo graphs after permission change
1 parent f0759d3 commit d09f984

File tree

1 file changed

+2
-2
lines changed
  • src/app/account/repo/checks/[id]

1 file changed

+2
-2
lines changed

src/app/account/repo/checks/[id]/page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default async function Page({ params }) {
5252
<Form id={id} />
5353
</Title>
5454

55-
{repository.githubResponses[0].referrers?.length &&
55+
{/* {repository.githubResponses[0].referrers?.length &&
5656
repository.githubResponses[0].views.views ? (
5757
<div className="flex flex-col md:flex-row gap-4 mt-4">
5858
<Card className="basis-1/2 border rounded-lg shadow-sm border-gray-700 bg-gray-800 text-gray-200">
@@ -131,7 +131,7 @@ export default async function Page({ params }) {
131131
<Alert>
132132
You do not have permission to see the analytics for this repo
133133
</Alert>
134-
)}
134+
)} */}
135135

136136
<ActionPanel>
137137
<FormBadge id={id} src={badgeSrc} />

0 commit comments

Comments
 (0)