component id fix
This commit is contained in:
parent
262a6352d4
commit
d157c08c34
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ Page {
|
|||
loader.sourceComponent = userListComponent
|
||||
} else if (search.charAt(0) === "#") {
|
||||
loader.sourceComponen = tagListComponent
|
||||
} else { loader.sourceComponent = worldListComponent}
|
||||
} else { loader.sourceComponent = wordListComponent}
|
||||
}
|
||||
|
||||
Loader {
|
||||
|
|
Loading…
Reference in a new issue