diff options
| author | hakabahitoyo <hakabahitoyo@example.com> | 2018-05-05 00:43:18 +0900 |
|---|---|---|
| committer | hakabahitoyo <hakabahitoyo@example.com> | 2018-05-05 00:43:18 +0900 |
| commit | 0691af136732624e9eef143af13d85785a749d90 (patch) | |
| tree | 016e8fedc7514cf1b41e19d086703a2c730ef0a7 | |
| parent | 2ade177d5a8f487014f8e790d2ed1c0f9e8ebb75 (diff) | |
debug
| -rw-r--r-- | src/components/who_to_follow_panel/who_to_follow_panel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/who_to_follow_panel/who_to_follow_panel.js b/src/components/who_to_follow_panel/who_to_follow_panel.js index d62a1515..e6638fca 100644 --- a/src/components/who_to_follow_panel/who_to_follow_panel.js +++ b/src/components/who_to_follow_panel/who_to_follow_panel.js @@ -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)) |
