gabekutner / roommatefinder-mobile

Welcome to DormParty: a social platform for college kids looking for dorm roommates. Help out with the first version of RoommateFinder by sharing feedback and contributing to the code.
https://gabekutner.github.io/roommatefinder-mobile/
Apache License 2.0
3 stars 0 forks source link

ISSUE: Search row buttons #2

Closed gabekutner closed 5 months ago

gabekutner commented 5 months ago

src/screens/Search.jsx -- the SearchRow component should have a SearchButton component that displays the status of the connection between the current user and the searched user.

All backend functionality works, however the look is not working. The only button that updates is the first search result.

gabekutner commented 5 months ago

fixed