render(){ const { flashState } = this.props; return ({ ({ // switch SUCCESS: () => (), INFO: () => (), WARNING: () => () }[flashState] || (() => ()))() // DEFAULT }); }