Skip to content

Commit

Permalink
Show upstream commits only to butlers
Browse files Browse the repository at this point in the history
- pending work on the merge function
  • Loading branch information
mtsgrd committed Feb 21, 2024
1 parent 295f38a commit ba922bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitbutler-ui/src/lib/components/BranchCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
}
}}
/>
{#if unknownCommits && unknownCommits.length > 0 && !branch.conflicted}
{#if user?.role == 'admin' && unknownCommits && unknownCommits.length > 0 && !branch.conflicted}
<UpstreamCommits
upstream={upstreamData}
branchId={branch.id}
Expand Down

0 comments on commit ba922bf

Please sign in to comment.