aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/UnsubmittedVideosComponent.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/UnsubmittedVideosComponent.tsx')
-rw-r--r--src/components/UnsubmittedVideosComponent.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/UnsubmittedVideosComponent.tsx b/src/components/UnsubmittedVideosComponent.tsx
index 04542adc..ee1f70f2 100644
--- a/src/components/UnsubmittedVideosComponent.tsx
+++ b/src/components/UnsubmittedVideosComponent.tsx
@@ -38,7 +38,7 @@ class UnsubmittedVideosComponent extends React.Component<UnsubmittedVideosProps,
{videoCount > 0 && <div className="option-button inline" onClick={() => this.setState({tableVisible: !this.state.tableVisible})}>
{chrome.i18n.getMessage(this.state.tableVisible ? "hideUnsubmittedSegments" : "showUnsubmittedSegments")}
</div>}
-
+ {" "}
<div className="option-button inline" onClick={this.clearAllSegments}>
{chrome.i18n.getMessage("clearUnsubmittedSegments")}
</div>