- look at EditProfile.js
- take out unused functions
- refactor
- Create API call to get friend requests
NEED TO create pending sent friend requests underneath friends.
- needs a response if a friend request is sent.
- Accept button to accept friend requests
- send post to change FriendRequest.accepted_status to True need friendID, curUserID
once the nobox and yesbox lenghths together equal the original list Send yesbox to backend.