diff --git a/src/components/SkipNoticeComponent.tsx b/src/components/SkipNoticeComponent.tsx index a11cdcc1..6329e717 100644 --- a/src/components/SkipNoticeComponent.tsx +++ b/src/components/SkipNoticeComponent.tsx @@ -303,17 +303,19 @@ class SkipNoticeComponent extends React.Component - - - ); + {this.state.unskipText + (this.state.showKeybindHint ? " (" + Config.config.skipKeybind + ")" : "")} + + + ); + } } getSubmissionChooser(): JSX.Element[] {