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 src/components/PhotoInitials is the useEffect which calls getStaff() which calls the function in src/services/api
This calls the router call:
On the buzz website this is what is in the console
which means that useEffect is being called but then there is something wrong with the router.get method because nothing is printed for that when something should if it is running at all and the next thing in the console is fetched data which is empty.