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
In Category form a duplicate function is detected in CreateCategory component.
updateFrontPage = ()
Written as a function expression ESlint didn't complain until both are written as function definition. Please check the function body for which one to keep.