You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd use arrow functions where possible - also not a big thing but nice to know that if you're only rendering content in a component you don't need curly braces or a return statement, you can implicitly return with something like..
Zaatari-Radio/src/components/Pages/Home/intro.js
Line 6 in 4da9466
I'd use arrow functions where possible - also not a big thing but nice to know that if you're only rendering content in a component you don't need curly braces or a return statement, you can implicitly return with something like..
The text was updated successfully, but these errors were encountered: