export const showTournamentResults = () => {
  channel.push('tournament:toggle_show_results', {}).receive('error', error => console.error(error));
};