mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 10:58:33 +00:00
fix code format (#6365)
This commit is contained in:
@@ -19,15 +19,15 @@ class CustomPermissionItem extends React.Component {
|
||||
}
|
||||
|
||||
onMouseEnter = () => {
|
||||
this.setState({isShowOperations: true});
|
||||
this.setState({ isShowOperations: true });
|
||||
};
|
||||
|
||||
onMouseOver = () => {
|
||||
this.setState({isShowOperations: true});
|
||||
this.setState({ isShowOperations: true });
|
||||
};
|
||||
|
||||
onMouseLeave = () => {
|
||||
this.setState({isShowOperations: false});
|
||||
this.setState({ isShowOperations: false });
|
||||
};
|
||||
|
||||
onEditCustomPermission = () => {
|
||||
|
Reference in New Issue
Block a user