Skip to content

Commit

Permalink
bring back eslint-disable-line
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed Jul 22, 2024
1 parent 7b43541 commit 2fae515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/StateLabel/StateLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ function StateLabel({children, status, variant: variantProp = 'normal', ...rest}
{status && (
<Octicon
{...octiconProps}
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
icon={octiconMap[status] || QuestionIcon}
aria-label={labelMap[status]}
sx={{mr: 1}}
Expand Down

0 comments on commit 2fae515

Please sign in to comment.