Fix html export when feature_jump_to_date is enabled (#30828)

* Fix html export when feature_jump_to_date is enabled

* Fix tests and lint
This commit is contained in:
David Langley
2025-09-22 11:27:51 +00:00
committed by GitHub
parent dae1cbf590
commit 1a77f6126d
2 changed files with 42 additions and 1 deletions
@@ -320,7 +320,7 @@ export default class DateSeparator extends React.Component<IProps, IState> {
const label = this.getLabel();
let dateHeaderContent: JSX.Element;
if (this.state.jumpToDateEnabled) {
if (this.state.jumpToDateEnabled && !this.props.forExport) {
dateHeaderContent = this.renderJumpToDateMenu();
} else {
dateHeaderContent = (