Skip to content

Commit

Permalink
Fix linter for @guaka.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Feb 20, 2024
1 parent c80773e commit 050ba8d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ export default function Feedback({
<p>{getRecommend(recommend, report)}</p>
<br />
<label htmlFor="feedback-message" className="control-label">
{t('Leave your public feedback here. Remember to be respectful of others and restrain from any kind of abusive behaviour.')}
{t(
'Leave your public feedback here. Remember to be respectful of others and restrain from any kind of abusive behaviour.',
)}
</label>
<textarea
className="form-control input-lg"
Expand Down

0 comments on commit 050ba8d

Please sign in to comment.