Conditionally show artist URLs
Type |
Effort (Fibonacci) |
Bug |
1 |
Right now, the show page lists Website
, Facebook
, Instagram
, and YouTube
regardless of whether or not these fields contain values. Make these links render conditionally, so only the truthy values are shown.
Design
Currently |
Should be |
 |
 |
Acceptance criteria
- Only show
Website
link if an artist’s entry contains a webUrl
value
- Only show
Facebook
link if an artist’s entry contains a facebookUrl
value
- Only show
Instagram
link if an artist’s entry contains a instagramUrl
value
- Only show
YouTube
link if an artist’s entry contains a youTubeUrl
value