diff --git a/src/components/ContainerDetailsSubheader.react.js b/src/components/ContainerDetailsSubheader.react.js index c34ccd6de8..72f2f9d1aa 100644 --- a/src/components/ContainerDetailsSubheader.react.js +++ b/src/components/ContainerDetailsSubheader.react.js @@ -107,7 +107,7 @@ var ContainerDetailsSubheader = React.createClass({ return envs; }, {}).SHELL; - if(typeof shell === 'undefined') { + if(!shell) { shell = 'sh'; } machine.ip().then(ip => {