diff --git a/frontend/app/components/Session_/Issues/Issues.js b/frontend/app/components/Session_/Issues/Issues.js
index 8bbf4232d..a6f6dd077 100644
--- a/frontend/app/components/Session_/Issues/Issues.js
+++ b/frontend/app/components/Session_/Issues/Issues.js
@@ -35,7 +35,7 @@ class Issues extends React.Component {
super(props);
this.state = { showModal: false };
}
-
+
closeModal = () => {
this.setState({ showModal: false });
}
@@ -64,7 +64,7 @@ class Issues extends React.Component {
}
render() {
- const {
+ const {
sessionId, isModalDisplayed, projectsLoading, metaLoading, fetchIssuesLoading, issuesIntegration
} = this.props;
const { showModal } = this.state;
@@ -74,15 +74,18 @@ class Issues extends React.Component {
+ }
+ on="click"
+ position="top right"
+ content={
- {
+ {
{!isAssist && (
diff --git a/frontend/app/components/Session_/Subheader.js b/frontend/app/components/Session_/Subheader.js
index 175985258..7943290b1 100644
--- a/frontend/app/components/Session_/Subheader.js
+++ b/frontend/app/components/Session_/Subheader.js
@@ -6,6 +6,7 @@ import SharePopup from '../shared/SharePopup/SharePopup';
import { connectPlayer } from 'Player';
import copy from 'copy-to-clipboard';
import { Tooltip } from 'react-tippy';
+import Issues from './Issues/Issues';
function SubHeader(props) {
const [isCopied, setCopied] = React.useState(false);
@@ -39,6 +40,9 @@ function SubHeader(props) {
)}
+
+ {!isAssist && props.jiraConfig && props.jiraConfig.token && }
+
Created with Sketch.
-
-
+
+
-
-
+
+
-
+
-
\ No newline at end of file
+