Skip to content

Commit

Permalink
track3 - check workspace namespace before returning CloudShellExec
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 20, 2020
1 parent 2678c42 commit 235ca8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const CloudShellTerminal: React.FC<CloudShellTerminalProps> = ({ username, onCan
);
}

if (initData) {
if (initData && workspaceNamespace) {
return (
<div className="odc-cloudshell-terminal__container">
<CloudshellExec
Expand Down

0 comments on commit 235ca8e

Please sign in to comment.