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 14, 2023
1 parent 4a7c67c commit dc9ef74
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 dc9ef74

Please sign in to comment.