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
You are using let a lot throughout your project. However in some cases (here and here for example) you could just use const. I don't think the variable is reassigned therefore it should be a const.
You are using
leta lot throughout your project. However in some cases (here and here for example) you could just use const. I don't think the variable is reassigned therefore it should be a const.