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:
@@ -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}
|
||||
/>;
|
||||
/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user