File size: 120 Bytes
1e92f2d |
1 2 3 4 |
import { find } from 'lodash';
export const isAutomatticTeamMember = ( teams ) => !! find( teams, [ 'slug', 'a8c' ] );
|
1e92f2d |
1 2 3 4 |
import { find } from 'lodash';
export const isAutomatticTeamMember = ( teams ) => !! find( teams, [ 'slug', 'a8c' ] );
|