Skip to content

Commit 25723f7

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 4b8041c commit 25723f7

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const ChangeHistory: FC<ChangeHistoryProps> = ({
4141
<div className={styles.dropdownContentInner}>
4242
{changes.map((change, index) => {
4343
const MenuItem = change.url ? As : 'div';
44+
4445
return (
4546
<MenuItem
4647
key={index}

0 commit comments

Comments
 (0)