mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-12 06:06:22 +01:00
fix pinned columns ’s Media-only button
Media-only toggles could not be used on pinned columns. The commit fixes this problem.
This commit is contained in:
parent
e4ca5414a3
commit
8383222026
@ -1,5 +1,6 @@
|
||||
import { connect } from 'react-redux';
|
||||
import ColumnSettings from '../components/column_settings';
|
||||
import { changeColumnParams } from 'flavours/glitch/actions/columns';
|
||||
import { changeSetting } from 'flavours/glitch/actions/settings';
|
||||
|
||||
const mapStateToProps = (state, { columnId }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user