interface Props {
  className?: string;
  controllerId: string;
  nominating?: string[];
  onClose: () => void;