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
This is just an eslint/code quality issue. I've noticed we force single quotes at all times, even when the string contains a single quote. This means we write 'It\'s my birthday!' rather than "It's my birthday!". The latter is way more readable, fewer things to type, etc.