diff --git a/src/containers/home/home.js b/src/containers/home/home.js
index 53dbdb5..c51379c 100644
--- a/src/containers/home/home.js
+++ b/src/containers/home/home.js
@@ -575,8 +575,13 @@ class Home extends React.Component {
{
this.state.isBuilding && (
<>
-
+
+
Building image
{
this.state.queuePosition !== -1 && (
@@ -584,12 +589,7 @@ class Home extends React.Component {
)
}
...
-
-
+
>
)
}