I'm trying to get some data from my state passed down into this img src url, and I can't seem to figure how to write it. I've tried using back ticks and the dollar sign. I assume because I'm down in the render part of the Component that won't work. Help me Obi-Wan, you're my only hope.
<img src={'https://openweathermap.org/img/w/{data.weather.icon}.png'} alt='weather condition' />