diff --git a/lib/static/components/section/title/browser.jsx b/lib/static/components/section/title/browser.jsx
index 0536f5663..f3208c923 100644
--- a/lib/static/components/section/title/browser.jsx
+++ b/lib/static/components/section/title/browser.jsx
@@ -19,6 +19,7 @@ const ShareButtonComponent = ({status, ...rest}) => {
title={status === 'success' ? 'Copied' : 'Copy test link'}
>
diff --git a/lib/static/components/section/title/simple.jsx b/lib/static/components/section/title/simple.jsx
index 506c568e9..6620062e6 100644
--- a/lib/static/components/section/title/simple.jsx
+++ b/lib/static/components/section/title/simple.jsx
@@ -36,6 +36,7 @@ const SectionTitle = ({name, suiteId, handler, gui, checkStatus, suiteTests, act
const drawCopyButton = () => (
@@ -44,6 +45,7 @@ const SectionTitle = ({name, suiteId, handler, gui, checkStatus, suiteTests, act
const drawRetryButton = () => (
runningThis ? :