casparss / racket-meetup-mobile

Racket Meetup is a tennis social media app built in Typescript with Angular 5 on Ionic 4
0 stars 0 forks source link

Club - the add/remove to my clubs icon doesn't appear when first load #65

Open casparss opened 5 years ago

casparss commented 5 years ago

This is because there is no check of the current my clubs happening to determine whether the user has added the club or not. Think with the way this list is maintained it is a bit tricky. Should be using a state store really.