diff --git a/src/components/modals/Marketplace.jsx b/src/components/modals/Marketplace.jsx index b9d523f6..939ce848 100644 --- a/src/components/modals/Marketplace.jsx +++ b/src/components/modals/Marketplace.jsx @@ -174,7 +174,24 @@ export default class Marketplace extends React.PureComponent { } render() { - if (navigator.onLine === false || this.state.done === false) return this.offlineHTML; + if (navigator.onLine === false) return this.offlineHTML; + if (this.state.done === false) { + return
+ × +

{this.props.modalLanguage.title}

+
+ + + +
+
+
+

Loading...

+
+
+
; + } return
×