[Enhancement] Frontend: display image associated with event (if uploaded) #22
Labels
codepeak2022
This issue will be considered for codepeak2022
easy
enhancement
New feature or request
good first issue
Good for newcomers
Description
Currently default image is being displayed (as shown below- Image 1). The API returns location of image which needs to be displayed (Image 2). You are required to display the given image. Note: since Image option for events is optional, if no image is recieved in the responses, default image is needed to be displayed.
Screenshots
Image 1
Image 2
Useful
Currently
events_api
is fetched infrontend/src/components/ClubList.jsx
. and the response object is stored inElist
.The text was updated successfully, but these errors were encountered: