Skip to content

Commit

Permalink
chore: Fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Dani committed Jul 25, 2023
1 parent 8e2d096 commit 41ed94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const Cards = React.forwardRef(function <T = any>(
updateShiftToggle={updateShiftToggle}
onFocus={onCardFocus}
ariaLabel={ariaLabels?.cardsLabel}
ariaLabelledby={ariaLabels?.cardsLabel ? undefined : cardsHeaderId}
ariaLabelledby={isLabelledByHeader ? headingId : undefined}
/>
)}
</div>
Expand Down

0 comments on commit 41ed94d

Please sign in to comment.