Comments, appointments adjustments, fixed some issues
This commit is contained in:
@@ -13,6 +13,7 @@ export const SPECIES_EMOJI = {
|
||||
guinea: "🐹",
|
||||
};
|
||||
|
||||
//Returns an emoji for a given species name, falls back to a paw print
|
||||
export function getSpeciesEmoji(species) {
|
||||
if (!species) {
|
||||
|
||||
@@ -31,6 +32,7 @@ export function getSpeciesEmoji(species) {
|
||||
return "🐾";
|
||||
}
|
||||
|
||||
//Returns the CSS class name for a pet's status badge
|
||||
export function getStatusClass(status) {
|
||||
if (!status) {
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user