Skip to content

Commit

Permalink
style: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Mar 13, 2024
1 parent d1bf23c commit 5f99452
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/src/forum/components/Poll/PollOption.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ export default class PollOption extends Component<PollOptionAttrs> {
</label>
)}

<div className="PollAnswer-text">
{this.optionDisplayItems().toArray()}
</div>
<div className="PollAnswer-text">{this.optionDisplayItems().toArray()}</div>

{option.imageUrl() ? <img className="PollAnswer-image" src={option.imageUrl()} alt={option.answer()} /> : null}
</div>
Expand Down

0 comments on commit 5f99452

Please sign in to comment.