Skip to content

Commit

Permalink
chore: remove repeated org state from operator org details
Browse files Browse the repository at this point in the history
  • Loading branch information
wdoconnell committed Jul 30, 2024
1 parent 2acb9d8 commit b725c11
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/operator/OrgOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,6 @@ export const OrgOverlay: FC = () => {
</Grid.Column>
</Grid.Row>
<Grid.Row>
<Grid.Column widthMD={Columns.Four}>
<label className="org-overlay-detail--text">
Organization State
</label>
<p>{organization?.state ?? ''}</p>
</Grid.Column>
<Grid.Column widthMD={Columns.Four}>
<label className="org-overlay-detail--text">
Delete On
Expand Down

0 comments on commit b725c11

Please sign in to comment.