Another fix NoticeComponent.tsx

This commit is contained in:
Blueberryy 2023-04-20 18:58:11 +05:00 committed by GitHub
parent ade4214b25
commit dc0d7d7e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,7 +195,7 @@ class NoticeComponent extends React.Component<NoticeProps, NoticeState> {
id={"skipNoticeTimerText" + this.idSuffix}
key="skipNoticeTimerText"
className={this.state.countdownMode !== CountdownMode.Timer ? "hidden" : ""} >
{chrome.i18n.getMessage(NoticeTimeAfterSkip).replace("{seconds}", this.state.countdownTime)}
{chrome.i18n.getMessage("NoticeTimeAfterSkip").replace("{seconds}", this.state.countdownTime)}
</span>
),(
<img