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

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