porcej / afd-dashboard-server

A Chalk.js based dashboard built for the Alexandria, VA Fire Department.
MIT License
2 stars 0 forks source link

Typo in Webstaff.js:getCleanRank() affecting position icons #15

Closed timbellomo closed 5 years ago

timbellomo commented 5 years ago

Lines 209/210:

--            case 'attandant b':
--                return 'attandant';
++            case 'attendant b':
++                return 'attendant';
porcej commented 5 years ago

Fixed by #14