forked from AkkomaGang/akkoma-fe
debug
This commit is contained in:
parent
2ade177d5a
commit
0691af1367
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ function getWhoToFollow (panel) {
|
|||
panel.name2 = 'Loading...'
|
||||
panel.name3 = 'Loading...'
|
||||
var host = window.location.hostname
|
||||
var whoToFollowProvider = this.$store.state.config.whoToFollowProvider
|
||||
var whoToFollowProvider = panel.$store.state.config.whoToFollowProvider
|
||||
var url
|
||||
url = whoToFollowProvider.replace(/{{host}}/g, encodeURIComponent(host))
|
||||
url = url.replace(/{{user}}/g, encodeURIComponent(user))
|
||||
|
|
Loading…
Reference in a new issue