4

const getAgenda = weekday => weekday === 'saturday' ? 'work' : 'work'

Comments
Add Comment