const RemovalMethod = (props: PointSubCriteriaProps) =>
  <div className={"removal-method-criteria"}>
    <p className={"category"}>{t("Removal Method")}</p>
    <ClearCategory
      group={props.group}