Skip to content

Commit 5ee46c5

Browse files
committed
2321: Applied coding standards
1 parent b092cba commit 5ee46c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/util/forms/checkbox-options.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ function CheckboxOptions({ formData, data, onChange }) {
4141
value={option.value}
4242
onChange={onOptionChange}
4343
checked={containsValue(option.value)}
44-
/><span className="ms-2">{option.title}</span>
44+
/>
45+
<span className="ms-2">{option.title}</span>
4546
</div>
4647
))}
4748
</div>

0 commit comments

Comments
 (0)