[ ] Import getCurrentUser() and check if employee is true
[ ] displayAnimals() should have a conditional check to see if current user is an employee or a customer. If they're a customer, don't run the function. If they're an employee, run the function.
In SearchResults.js
displayAnimals()
should have a conditional check to see if current user is an employee or a customer. If they're a customer, don't run the function. If they're an employee, run the function.Related to issue #13