<button type="button" onClick={() => store.toggle()}>
        {store.show ? tr.t("Hide") : tr.t("Show")}
      </button>