diff --git a/app/javascript/gabsocial/features/ui/components/actions_modal.js b/app/javascript/gabsocial/features/ui/components/actions_modal.js index 1cb360f8..96b93a48 100644 --- a/app/javascript/gabsocial/features/ui/components/actions_modal.js +++ b/app/javascript/gabsocial/features/ui/components/actions_modal.js @@ -22,11 +22,18 @@ export default class ActionsModal extends ImmutablePureComponent { return
  • ; } - const { icon = null, text, meta = null, active = false, href = '#' } = action; + const { icon = null, text, meta = null, active = false, href = '#', isLogout } = action; return (
  • - + {icon && }
    {text}