[frontend] Fix lint

This commit is contained in:
Cathy Hu 2020-09-08 21:19:35 +02:00
parent 52ceeb1742
commit da47f1062f

View file

@ -15,18 +15,15 @@ export class HoodpageComponent implements OnInit {
constructor(private hoodsService: HoodsService) {}
markdown = `## Welcome to the hood!
We are a community in xyz-city that supports each other.
Here you can find all platforms where you can communicate
to members of communities and announce neighborhood festivals,
ask your neighbors for help or just make contact.
You only need one of the plaforms below.
Subscribe to this hood as described. If you want to broadcast a message just
tweet/direct message/mail to the subscribed platform as you know it and the
bots will distribute your message to all subscribers on other platforms.
`;
markdown = `We are a community in xyz-city that supports each other.
Here you can find all platforms where you can communicate
to members of communities and announce neighborhood festivals,
ask your neighbors for help or just make contact.
You only need one of the plaforms below.
Subscribe to this hood as described. If you want to broadcast a message just
tweet/direct message/mail to the subscribed platform as you know it and the
bots will distribute your message to all subscribers on other platforms.
`;
ngOnInit(): void {
this.hoodsService.getHood(this.hoodId).subscribe((hood) => {