diff options
Diffstat (limited to 'ui/app/app.js')
-rw-r--r-- | ui/app/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js index 866801dd5..df9eab03c 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -302,7 +302,6 @@ App.prototype.renderAppBar = function () { ) } - App.prototype.renderLoadingIndicator = function ({ isLoading, isLoadingNetwork, loadMessage }) { const { isMascara } = this.props |