2018-11-24 17:03:51 +08:00

8 lines
212 B
JavaScript

import { helper } from '@ember/component/helper';
export function localProductHasPerm(params/*, hash*/) {
return ['leli', 'chyxion'].includes(params[0].account);
}
export default helper(localProductHasPerm);