Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ray committed May 5, 2023
1 parent 118fa58 commit 1c77d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/components/githubIssues/selectIssueModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const TaskStatus = ({ task }: { task: IssueTask }) => {
};

const EpicStatus = ({ epic }: { epic: IssueEpic }) => {
const { t } = useTranslation();
const { status } = getEpicStatus({ epicStatus: epic.status });
return (
<span className="slds-m-left_x-small v-align-center icon-text-block">
Expand Down

0 comments on commit 1c77d47

Please sign in to comment.