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 Aug 10, 2023
1 parent e195ae9 commit 39d92ce
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 39d92ce

Please sign in to comment.