Skip to content

Commit 0022112

Browse files
committed
Disable 'changes' tab
1 parent b97f8f7 commit 0022112

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/UnisonShare/Page/ProjectContributionOverviewPage.elm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,8 @@ viewPageContent appContext projectRef updateStatus contribution mergeStatus time
479479
TabList.tabList
480480
[]
481481
(TabList.tab "Overview" (Link.projectContribution projectRef contribution.ref))
482-
[ TabList.tab "Changes" (Link.projectContributionChanges projectRef contribution.ref) ]
482+
[]
483+
-- TabList.tab "Changes" (Link.projectContributionChanges projectRef contribution.ref) ]
483484
|> TabList.view
484485

485486
else

0 commit comments

Comments
 (0)