export const getModifier = (modifier): string => modifier ? modifier.charAt(0).toUpperCase() + modifier.slice(1) : null;