Fix linting error

This commit is contained in:
mabashian 2019-04-26 13:15:37 -04:00
parent 3cd8d4f7e6
commit b7e26b3507

View File

@ -132,7 +132,6 @@ function BaseStringService (namespace) {
ORGANIZATION_DESCENDING: t.s('Organization (Descending)'),
CAPACITY_ASCENDING: t.s('Capacity (Ascending)'),
CAPACITY_DESCENDING: t.s('Capacity (Descending)')
};
this.ALERT = ({ header, body }) => t.s('{{ header }} {{ body }}', { header, body });