Fix coding style

pull/3467/head
MahdiTurki 2020-04-27 20:37:56 +01:00 committed by Chocobozzz
parent 2ce949454f
commit 92f62f108b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ export class AboutFollowsComponent implements OnInit {
.subscribe(
resultList => {
const newFollowings = resultList.data.map(r => r.following.host)
if (this.followings.length===0) this.followings = this.followings.concat(newFollowings)
if (this.followings.length === 0) this.followings = this.followings.concat(newFollowings)
else this.moreFollowings = this.moreFollowings.concat(newFollowings)