* Fix boosting own private toots. * Run yarn manage:translations and update Japanese translations.
This commit is contained in:
@ -63,7 +63,7 @@ class DropdownMenu extends React.PureComponent {
|
||||
|
||||
if (typeof action === 'function') {
|
||||
e.preventDefault();
|
||||
action();
|
||||
action(e);
|
||||
} else if (to) {
|
||||
e.preventDefault();
|
||||
this.context.router.history.push(to);
|
||||
|
Reference in New Issue
Block a user