diff --git a/desktop/flipper-plugin/src/ui/data-inspector/TimelineDataDescription.tsx b/desktop/flipper-plugin/src/ui/data-inspector/TimelineDataDescription.tsx index c3bc1c3f8..24fb34fb1 100644 --- a/desktop/flipper-plugin/src/ui/data-inspector/TimelineDataDescription.tsx +++ b/desktop/flipper-plugin/src/ui/data-inspector/TimelineDataDescription.tsx @@ -30,7 +30,7 @@ type Timeline = { type Props = { canSetCurrent?: boolean; timeline: Timeline; - onClick: (selected: string) => void; + onClick?: (selected: string) => void; }; type State = { @@ -59,7 +59,7 @@ export class TimelineDataDescription extends Component { {this.props.canSetCurrent && (