mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
Fix console log error on column settings load (#19886)
This commit is contained in:
parent
4cb2323458
commit
34c269310d
@ -21,7 +21,7 @@ export default class ColumnSettings extends React.PureComponent {
|
||||
onRequestNotificationPermission: PropTypes.func,
|
||||
alertsEnabled: PropTypes.bool,
|
||||
browserSupport: PropTypes.bool,
|
||||
browserPermission: PropTypes.bool,
|
||||
browserPermission: PropTypes.string,
|
||||
};
|
||||
|
||||
onPushChange = (path, checked) => {
|
||||
|
Loading…
Reference in New Issue
Block a user