diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+about/about-follows/about-follows.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+about/about-follows/about-follows.component.ts b/client/src/app/+about/about-follows/about-follows.component.ts index 00bd48c9c..bdee5cf78 100644 --- a/client/src/app/+about/about-follows/about-follows.component.ts +++ b/client/src/app/+about/about-follows/about-follows.component.ts | |||
@@ -97,7 +97,7 @@ export class AboutFollowsComponent implements OnInit { | |||
97 | .subscribe( | 97 | .subscribe( |
98 | resultList => { | 98 | resultList => { |
99 | const newFollowings = resultList.data.map(r => r.following.host) | 99 | const newFollowings = resultList.data.map(r => r.following.host) |
100 | if (this.followings.length===0) this.followings = this.followings.concat(newFollowings) | 100 | if (this.followings.length === 0) this.followings = this.followings.concat(newFollowings) |
101 | 101 | ||
102 | else this.moreFollowings = this.moreFollowings.concat(newFollowings) | 102 | else this.moreFollowings = this.moreFollowings.concat(newFollowings) |
103 | 103 | ||