1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

Add return[] from dirent-grid-view.js

This commit is contained in:
zxj96
2019-04-19 11:06:25 +08:00
parent 4852f850ab
commit dceb0a5e5b

View File

@@ -424,6 +424,8 @@ class DirentGridView extends React.Component{
menuList.push(DETAILS);
return menuList;
}
return [];
}
render() {