Merge remote-tracking branch 'parent/main' into upstream-20240126
This commit is contained in:
commit
3dd9591a4b
163 changed files with 3000 additions and 2777 deletions
|
@ -4,8 +4,7 @@ import { openModal, closeModal } from '../../../actions/modal';
|
|||
import { isUserTouching } from '../../../is_mobile';
|
||||
import ExpirationDropdown from '../components/expiration_dropdown';
|
||||
|
||||
const mapStateToProps = state => ({
|
||||
value: state.getIn(['compose', 'privacy']),
|
||||
const mapStateToProps = () => ({
|
||||
});
|
||||
|
||||
const mapDispatchToProps = (dispatch, { onPickExpiration }) => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue