mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
No need to check for loading config anymore
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user