toggleSection = (key: keyof SequencePreviewState) => () =>
    this.setState({ ...this.state, [key]: !this.state[key] });