No need to check for loading config anymore

This commit is contained in:
Chi Vinh Le
2017-09-08 17:47:02 +07:00
parent 7051c76b40
commit e5bd8e2a3b
@@ -215,6 +215,6 @@ const mapDispatchToProps = (dispatch) =>
export default compose(
connect(mapStateToProps, mapDispatchToProps),
branch((props) => !props.auth.checkedInitialLogin && props.config, renderComponent(Spinner)),
branch((props) => !props.auth.checkedInitialLogin, renderComponent(Spinner)),
withEmbedQuery,
)(EmbedContainer);