From fc3768a5181c8aa95c3e08d26ecd539fd3aac5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Wouts?= Date: Tue, 23 Aug 2022 10:21:10 +1000 Subject: [PATCH] Fix broken menu items caused by breaking API change in react-bootstrap Fixes #1048. --- src/components/PullRequestItem.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/PullRequestItem.tsx b/src/components/PullRequestItem.tsx index 62201e53..0aa0eede 100644 --- a/src/components/PullRequestItem.tsx +++ b/src/components/PullRequestItem.tsx @@ -164,34 +164,34 @@ export const PullRequestItem = observer((props: PullRequestItemProps) => { Mute until next comment by author - + Mute until any update by author {props.pullRequest.draft && ( - + Mute until not draft )} - + Mute for 1 hour - + Mute forever - + Ignore PRs in{" "} {`${props.pullRequest.repoOwner}/${props.pullRequest.repoName}`} - + Ignore all PRs in repositories owned by{" "} {props.pullRequest.repoOwner}