diff --git a/app/soapbox/components/dropdown_menu.js b/app/soapbox/components/dropdown_menu.js index 056070329..2f2412928 100644 --- a/app/soapbox/components/dropdown_menu.js +++ b/app/soapbox/components/dropdown_menu.js @@ -140,12 +140,12 @@ class DropdownMenu extends React.PureComponent { return
; } - const { text, href = '#', newTab, isLogout } = option; + const { text, href, to, newTab, isLogout } = option; return (