1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 13:24:52 +00:00

repair menu bug

This commit is contained in:
shanshuirenjia
2019-04-18 16:04:38 +08:00
parent fd03ce3ec7
commit 1ae028cde0

View File

@@ -115,6 +115,8 @@ class DirentMenu extends React.Component {
menuList.push('History');
return menuList;
}
return [];
}
translateMenuItem = (menuItem) => {