Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 committed Nov 28, 2023
1 parent 4a4ad84 commit baf9b4c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const JiraIssueTable: React.FC<JiraIssueTableProps> = ({ bbData }) => {
<TicketsTitle>
Related tickets from JIRA
<StyledLink data-cy="jira-search-link" href={jiraSearchLink}>
{" "}(JIRA Search)
{" "}
(JIRA Search)
</StyledLink>
</TicketsTitle>
{/* build baron related jira tickets */}
Expand Down

0 comments on commit baf9b4c

Please sign in to comment.