EditProfile: remove fixed comment
This commit is contained in:
parent
66bc0029c4
commit
eca6154cb9
|
@ -391,8 +391,6 @@ const EditProfile: React.FC = () => {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{/* HACK: wrap these checkboxes in a .simple_form container so they get styled (for now) */}
|
||||
{/* Need a either move, replace, or refactor these checkboxes. */}
|
||||
<List>
|
||||
{features.followRequests && (
|
||||
<ListItem
|
||||
|
|
Loading…
Reference in New Issue