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

repair code error

This commit is contained in:
shanshuirenjia
2018-12-13 16:35:11 +08:00
parent e6c486ac09
commit 3ee40ada43
4 changed files with 5 additions and 9 deletions

View File

@@ -131,7 +131,7 @@ class App extends Component {
} else {
let navTab = {
url: siteRoot + tabName + '/',
showName: this.getTabShowName(tabName, groupID),
showName: this.getTabShowName(tabName),
name: tabName,
id: null,
};