I have the following:
How do I get rid of the blue underline? The code is below:
I see you're using inline styles. textDecoration: 'none' is used in child, where in fact it should be used inside as such:
textDecoration: 'none'
Team 1
will essentially return a standard tag, which is why we apply textDecoration rule there.
textDecoration
I hope that helps