Skip to content

Commit

Permalink
Merge SB v5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy authored and hanydd committed Jun 7, 2024
1 parent 63b4086 commit e6a167b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SubmissionNoticeComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class SubmissionNoticeComponent extends React.Component<SubmissionNoticeProps, S
{/* Sponsor Time List */}
<tr id={"sponsorSkipNoticeMiddleRow" + this.state.idSuffix}
className="sponsorTimeMessagesRow"
style={{maxHeight: (this.contentContainer().v.offsetHeight - 200) + "px"}}
style={{maxHeight: (this.contentContainer().v?.offsetHeight - 200) + "px"}}
onMouseDown={(e) => e.stopPropagation()}>
<td style={{width: "100%"}}>
{this.getSponsorTimeMessages()}
Expand Down

0 comments on commit e6a167b

Please sign in to comment.