1. added conditional to employee cards to check for any animals
2. Used to say "x is serving 0 animals" now says "x is currently not serving any animals"
Steps to Review
1. Check employee page on employees currently serving no animals
git fetch --all
git checkout jb-adding-emp-animal-conditional
Features To Test
1. Make sure if an employee is serving zero animals that appropriate message shows instead of 0 animals.
View code file.
1. Confirm file modifications are present as indicated above.
2. Confirm no unused code or extraneous comments exist.
Changes Made/Files Added
Steps to Review
Features To Test
View code file.