1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

remove redundant semicolon (#6925)

Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
Aries
2024-10-21 14:08:08 +08:00
committed by GitHub
parent 8200113b7f
commit 51ef7ba50c

View File

@@ -179,7 +179,7 @@ class SharedRepoListView extends React.Component {
<ContextMenu
id={`${libraryType === 'public' ? 'shared-repo-item-menu' : `shared-repo-item-menu-${currentGroup.id}`}`}
onMenuItemClick={this.onMenuItemClick}
/>;
/>
</>
);
};