[Glitch] Prevent two composers from being shown

Port 8cf246e4d3 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo
2025-06-11 13:12:39 +02:00
committed by Claire
parent 86a7a1ef3b
commit fa33eff372
5 changed files with 67 additions and 58 deletions

View File

@@ -1,5 +1,3 @@
import { injectIntl } from 'react-intl';
import { connect } from 'react-redux';
import {
@@ -101,4 +99,4 @@ const mapDispatchToProps = (dispatch) => ({
});
export default injectIntl(connect(mapStateToProps, mapDispatchToProps)(ComposeForm));
export default connect(mapStateToProps, mapDispatchToProps)(ComposeForm);