Skip to content

Commit 4b8041c

Browse files
Update index.tsx
Co-authored-by: Caner Akdas <canerakdas@gmail.com> Signed-off-by: Harkunwar Kochar <10580591+Harkunwar@users.noreply.github.com>
1 parent c19d88d commit 4b8041c

File tree

1 file changed

+1
-1
lines changed
  • packages/ui-components/Common/ChangeHistory

1 file changed

+1
-1
lines changed

packages/ui-components/Common/ChangeHistory/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const ChangeHistory: FC<ChangeHistoryProps> = ({
4545
<MenuItem
4646
key={index}
4747
className={styles.dropdownItem}
48-
role={'menuitem'}
48+
role="menuitem"
4949
tabIndex={0}
5050
aria-label={`${change.label}: ${change.versions.join(', ')}`}
5151
href={change.url}

0 commit comments

Comments
 (0)