diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f7c395de..5eab65c5 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -18,7 +18,6 @@ pipelines: script: - export CYPRESS_imageSnaphots="true" - yarn install - - yarn bootstrap - yarn build - yarn lint - yarn test:unit diff --git a/packages/webapp/src/app.tsx b/packages/webapp/src/app.tsx index 81071ce6..daa223cd 100644 --- a/packages/webapp/src/app.tsx +++ b/packages/webapp/src/app.tsx @@ -124,7 +124,9 @@ const App = (): ReactElement => { ) : ( -
Loading ...
+
+ +
); };