UNPKG

@defra-fish/gafl-webapp-service

Version:

The websales frontend for the GAFL service

8 lines (7 loc) 131 B
export const youOrOther = permission => { if (permission.isLicenceForYou) { return 'you' } else { return 'other' } }