Skip to content

Commit 0b4d760

Browse files
committed
1241: Applied coding standards
1 parent b0f7402 commit 0b4d760

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/screen/screen-status.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,11 @@ function ScreenStatus({ screen, handleInput = () => {}, mode = "default" }) {
187187

188188
return (
189189
<div>
190-
<FontAwesomeIcon icon={faCheckCircle} className="text-success" title={t('ok')} />
190+
<FontAwesomeIcon
191+
icon={faCheckCircle}
192+
className="text-success"
193+
title={t("ok")}
194+
/>
191195
</div>
192196
);
193197
}

0 commit comments

Comments
 (0)