mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Another fix NoticeComponent.tsx
This commit is contained in:
parent
ade4214b25
commit
dc0d7d7e45
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue