if (matchState === MatchStateCodes.playing) {
    return (
      <span className="cb-custom-event-active-status text-nowrap px-2 my-1">
        {i18next.t('Active match')}
      </span>