const reducer = (state = INITIAL_STATE, action) => {

  switch (action.type) {

  case 'CLOSE':