Made non timed notice the default

This commit is contained in:
Ajay Ramachandran
2020-03-10 12:08:54 -04:00
parent 92a6065c98
commit 1a92265e65
2 changed files with 6 additions and 11 deletions

View File

@@ -87,6 +87,7 @@ class SkipNoticeComponent extends React.Component<SkipNoticeProps, SkipNoticeSta
<NoticeComponent noticeTitle={this.state.noticeTitle}
amountOfPreviousNotices={this.amountOfPreviousNotices}
idSuffix={this.idSuffix}
timed={true}
maxCountdownTime={this.state.maxCountdownTime}
ref={this.noticeRef}>