Fix JavaScript console error on Getting Started column (#19891)

* Fix JavaScript console error on Getting Started column

* Update app/javascript/mastodon/components/column_header.js

Co-authored-by: Ilias Tsangaris <iliastsangaris@gmail.com>

Co-authored-by: Ilias Tsangaris <iliastsangaris@gmail.com>
pull/19957/head
Sunny Ripert 3 years ago committed by GitHub
parent 34c269310d
commit ffe735344b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ class ColumnHeader extends React.PureComponent {
} }
handleTitleClick = () => { handleTitleClick = () => {
this.props.onClick(); this.props.onClick?.();
} }
handleMoveLeft = () => { handleMoveLeft = () => {

Loading…
Cancel
Save