Skip to content

Commit

Permalink
Remove feature placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Feb 23, 2021
1 parent 5fcb7d7 commit ffeb3fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/ItemMetadataView/ItemMetadataView.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ export default function ItemMetadataView({item}){
<Typography variant="h4" classes={{root: classes.verticalSpacing}}>
{item.subject}
</Typography>

<Alert severity="info" classes={{root: classes.verticalSpacing}}>
Status, assignments, priority, refile, archive and delete controls coming soon to a theater near you.
</Alert>

</>
);
}
Expand Down

0 comments on commit ffeb3fe

Please sign in to comment.