diff options
Diffstat (limited to 'src/components/remote_follow/remote_follow.js')
| -rw-r--r-- | src/components/remote_follow/remote_follow.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/remote_follow/remote_follow.js b/src/components/remote_follow/remote_follow.js index 461d58c9..56b264fc 100644 --- a/src/components/remote_follow/remote_follow.js +++ b/src/components/remote_follow/remote_follow.js @@ -1,5 +1,5 @@ export default { - props: [ 'user' ], + props: ['user'], computed: { subscribeUrl () { // eslint-disable-next-line no-undef |
