Fix <ColumnBackButtonSlim>
(#27540)
This commit is contained in:
parent
f08ca3f042
commit
cb92cdf9af
2 changed files with 2 additions and 4 deletions
|
@ -11,7 +11,7 @@ import { ReactComponent as ArrowBackIcon } from '@material-symbols/svg-600/outli
|
|||
import { Icon } from 'mastodon/components/icon';
|
||||
import { WithRouterPropTypes } from 'mastodon/utils/react_router';
|
||||
|
||||
class ColumnBackButton extends PureComponent {
|
||||
export class ColumnBackButton extends PureComponent {
|
||||
|
||||
static propTypes = {
|
||||
multiColumn: PropTypes.bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue