Browse Source
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>
closed-social-glitch-2
Sunny Ripert
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/javascript/mastodon/components/column_header.js
|
|
@ -57,7 +57,7 @@ class ColumnHeader extends React.PureComponent { |
|
|
|
} |
|
|
|
|
|
|
|
handleTitleClick = () => { |
|
|
|
this.props.onClick(); |
|
|
|
this.props.onClick?.(); |
|
|
|
} |
|
|
|
|
|
|
|
handleMoveLeft = () => { |
|
|
|