Skip to content

Commit

Permalink
[Glitch] Fix <ColumnBackButtonSlim>
Browse files Browse the repository at this point in the history
Port cb92cdf to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
renchap authored and ClearlyClaire committed Oct 25, 2023
1 parent 6e9f89e commit 85d4846
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { withRouter } from 'react-router-dom';
import { Icon } from 'flavours/glitch/components/icon';
import { WithRouterPropTypes } from 'flavours/glitch/utils/react_router';

class ColumnBackButton extends PureComponent {
export class ColumnBackButton extends PureComponent {

static propTypes = {
multiColumn: PropTypes.bool,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class ColumnBackButtonSlim extends PureComponent {
</div>
);
}

}

export default withRouter(ColumnBackButtonSlim);

0 comments on commit 85d4846

Please sign in to comment.