Skip to content

Commit

Permalink
Merge pull request #5617 from gitbutlerapp/fix-reopen-merged
Browse files Browse the repository at this point in the history
Do not show "reopen pr" button if merged
  • Loading branch information
krlvi authored Nov 19, 2024
2 parents 757f95a + 15d3ea7 commit 42b855f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src/lib/pr/PullRequestCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
}
}}
/>
{:else}
{:else if !pr.merged}
<Button
style="ghost"
outline
Expand Down

0 comments on commit 42b855f

Please sign in to comment.