mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix coding style
This commit is contained in:
parent
2ce949454f
commit
92f62f108b
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user