1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

Repo optimized (#2664)

This commit is contained in:
杨顺强
2018-12-18 17:21:01 +08:00
committed by Daniel Pan
parent 3b43d2d534
commit ed5439a4e3
15 changed files with 83 additions and 78 deletions

View File

@@ -25,7 +25,7 @@ class UserItem extends React.Component {
deleteShareItem = () => {
let item = this.props.item;
this.props.deleteShareItem(item.name);
this.props.deleteShareItem(item.user_info.name);
}
render() {