const Filters = ({ row, getValue }: CellContext<ClientSettingsFilterSchema, string>) => (
  <div className="flex gap-2 items-center">
    <Translate
      context="Filters"
      className={row.getIsExpanded() ? 'text-indigo-700' : 'text-indigo-700'}