Skip to content

Commit

Permalink
Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEgghead27 committed Nov 30, 2024
1 parent 1947673 commit 99a7380
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/comps/pages/orgs/admin/OrgEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,9 @@ const OrgEditor = ({
display: "block",
}}
>
{editData[field as keyof OrganizationEdit] || <em>&lt;empty&gt;</em>}
{editData[field as keyof OrganizationEdit] || (
<em>&lt;empty&gt;</em>
)}
</Typography>
}
editDisplay={
Expand Down

0 comments on commit 99a7380

Please sign in to comment.