Fixed image not updating during installer.

This commit is contained in:
Sean Li 2015-02-13 13:42:44 -08:00
Родитель 318930d8a0
Коммит d51d34ff0c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -43,7 +43,7 @@ var Setup = React.createClass({
},
renderContents: function () {
var img = 'virtualbox.png';
if (SetupStore.step().name.indexOf('Boot2Docker') !== -1) {
if (SetupStore.step().name === 'init' || SetupStore.step().name === 'start') {
img = 'boot2docker.png';
}
return (