1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +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); menuList.push(DETAILS);
return menuList; return menuList;
} }
return [];
} }
render() { render() {