Skip to content

Commit

Permalink
chore: remove hrefExternal in view proposal button
Browse files Browse the repository at this point in the history
  • Loading branch information
pietro-maximoff committed Sep 28, 2023
1 parent 6e52809 commit 9cf80b0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const ProposalViewButton: FC<ProposalProps> = ({ proposal }) => (
text={t(translations.bitocracyPage.actions.view)}
style={ButtonStyle.secondary}
href={`/bitocracy/proposal/${proposal.id}`}
hrefExternal
dataAttribute="bitocracy-proposal-view-button"
/>
);

0 comments on commit 9cf80b0

Please sign in to comment.