- removed checking for undefined, not necessary
This commit is contained in:
Vojta Bartos 2015-06-05 19:49:18 +02:00
Родитель 955a43a14d
Коммит 4b708f2275
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -107,7 +107,7 @@ var ContainerDetailsSubheader = React.createClass({
return envs;
}, {}).SHELL;
if(typeof shell === 'undefined') {
if(!shell) {
shell = 'sh';
}
machine.ip().then(ip => {