* Fix boosting own private toots. * Run yarn manage:translations and update Japanese translations.
This commit is contained in:
parent
4e35ce8269
commit
ee2e0f694a
5 changed files with 13 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue