From c588f4a3c0dc6a70f4eeec9c04b76d7af72ae63e Mon Sep 17 00:00:00 2001 From: Haydn Ewers <27211+haydn@users.noreply.github.com> Date: Tue, 6 Sep 2022 10:08:52 +1000 Subject: [PATCH] Fix button label --- components/IssueComparison.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/IssueComparison.tsx b/components/IssueComparison.tsx index b2cb059..6d691b8 100644 --- a/components/IssueComparison.tsx +++ b/components/IssueComparison.tsx @@ -61,7 +61,7 @@ const IssueComparison = ({ loadIssues(); }} > - {buttonLabel(issueA)} + {buttonLabel(issueB)} -- 2.51.2