nvandy23 / Allstar-analytics

0 stars 0 forks source link

Not dry code #13

Closed nvandy23 closed 9 months ago

nvandy23 commented 9 months ago

Grow:

Here I'm trying to conditionally position my search bar and input values based on whether the API data is displayed on the screen. If it is not, put the search bar in the middle of the page, if it is, put it at the top. With flex grow, I thought the space would take care of itself and automatically put the search bar at the top. It did not and that is why I have the code I have below.

return (

AllStar analytics

{teamRoster? (
) : (
)} {teamRoster && (
)}