Merge pull request #11712 from vladest/fix_avatar_browser

fix typo in tablet avatar browser
This commit is contained in:
Ryan Downe Karpf 2017-10-30 08:49:58 -07:00 committed by GitHub
commit 8fbe7f050f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ Item {
BaseWebView {
id: webview
url: (Account.metaverseServerURL + "/marketplace?category=avatars)"
url: (Account.metaverseServerURL + "/marketplace?category=avatars")
focus: true
anchors {