Fantasy-Fit / fantasy-fit-web

Creative Commons Zero v1.0 Universal
3 stars 2 forks source link

Fix double render new competition #166

Closed chris-t-li closed 1 year ago

chris-t-li commented 1 year ago

New competition page was rendering logged in user twice and was not loading all other friends as participants. This has been fixed by no longer using a conditional within the .map but rather map through all friend instances and render accordingly. Separately, add the logged-in user.

netlify[bot] commented 1 year ago

Deploy Preview for fantasyfit ready!

Name Link
Latest commit 59356b6036f997b4bf6360e56ac6a526130905be
Latest deploy log https://app.netlify.com/sites/fantasyfit/deploys/647e221c5bf1ed000872ae0e
Deploy Preview https://deploy-preview-166--fantasyfit.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

dkussainov commented 1 year ago

Good solution!