Expected Behavior
It should have a card component for the a meetup.
the card props should have:
- cover: string;
- person_image: string;
- title: string;
- description: string;
- date: date;
- hour: time
- status [active, finished]: string;
Actual Behavior
theres isn't a card for this purpose.
Expected Behavior
It should have a card component for the a meetup.
the card props should have:
Actual Behavior
theres isn't a card for this purpose.