We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed5de9 commit 75288daCopy full SHA for 75288da
src/components/SponsorTimeEditComponent.tsx
@@ -312,7 +312,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
312
</span>
313
): ""}
314
315
- {(!isNaN(segment[1]) && this.state.selectedActionType != ActionType.Full) ? (
+ {(!isNaN(segment[0]) && this.state.selectedActionType != ActionType.Full) ? (
316
<span id={"sponsorTimeInspectButton" + this.idSuffix}
317
className="sponsorTimeEditButton"
318
onClick={this.inspectTime.bind(this)}>
0 commit comments