diff --git a/ui/component/repostCreate/view.jsx b/ui/component/repostCreate/view.jsx index dfda5ae04..2c56a3669 100644 --- a/ui/component/repostCreate/view.jsx +++ b/ui/component/repostCreate/view.jsx @@ -85,7 +85,7 @@ function RepostCreate(props: Props) { const { replace, goBack } = useHistory(); const resolvingRepost = isResolvingEnteredRepost || isResolvingPassedRepost; - const repostUrlName = `lbry://${!activeChannelClaim ? '' : `${activeChannelClaim.name}/`}`; + const repostUrlName = `lbry://${incognito || !activeChannelClaim ? '' : `${activeChannelClaim.name}/`}`; const contentFirstRender = React.useRef(true); const setAutoRepostBid = amount => {