diff --git a/client/main.jsx b/client/main.jsx index 897e9a1..a864387 100644 --- a/client/main.jsx +++ b/client/main.jsx @@ -29,5 +29,7 @@ Meteor.startup(() => { Meteor.subscribe('activeDeviceCollection'); } - ReactDOM.render(, document.getElementById('root')); + Meteor.setTimeout(function() { + ReactDOM.render(, document.getElementById('root')); + }, 1250); }); \ No newline at end of file