зеркало из https://github.com/docker/kitematic.git
Making condition simple
- removed checking for undefined, not necessary
This commit is contained in:
Родитель
955a43a14d
Коммит
4b708f2275
|
@ -107,7 +107,7 @@ var ContainerDetailsSubheader = React.createClass({
|
|||
return envs;
|
||||
}, {}).SHELL;
|
||||
|
||||
if(typeof shell === 'undefined') {
|
||||
if(!shell) {
|
||||
shell = 'sh';
|
||||
}
|
||||
machine.ip().then(ip => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче