From f1996ed7ebd2ada25b6a2b3f8a2aaa52134805d9 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Wed, 4 Jan 2023 21:32:13 -0800 Subject: [PATCH] Fix compilation. --- bitbucket-pipelines.yml | 1 - packages/webapp/src/app.tsx | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 ...
+
+ +
); };