Skip to content

Commit

Permalink
Don't format original title in casual vote menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Feb 21, 2025
1 parent 49153be commit e75f7a2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/submission/CasualVoteComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ export const CasualVoteComponent = (props: CasualVoteComponentProps) => {
</div>

<div className="cbCasualVoteOriginalTitle">
<FormattedText
text={getCurrentPageTitle() ?? ""}
titleFormatting={Config.config!.titleFormatting}
/>
{getCurrentPageTitle() ?? ""}
</div>

<YesOrNo voteType={voteType} setVoteType={setVoteType} />
Expand Down

0 comments on commit e75f7a2

Please sign in to comment.