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