mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-12-21 11:13:49 +01:00
Fix compilation.
This commit is contained in:
parent
38f941ee1f
commit
f1996ed7eb
@ -18,7 +18,6 @@ pipelines:
|
||||
script:
|
||||
- export CYPRESS_imageSnaphots="true"
|
||||
- yarn install
|
||||
- yarn bootstrap
|
||||
- yarn build
|
||||
- yarn lint
|
||||
- yarn test:unit
|
||||
|
@ -124,7 +124,9 @@ const App = (): ReactElement => {
|
||||
</QueryClientProvider>
|
||||
</Provider>
|
||||
) : (
|
||||
<div>Loading ... </div>
|
||||
<div>
|
||||
<FormattedMessage id="dialog.loading" defaultMessage="Loading ..." />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user