Skip to content

Commit

Permalink
Remove EmailHeader from ItemMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 21, 2020
1 parent f1a0bc6 commit 3949352
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ItemMetadataView/ItemMetadataView.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import PropTypes from 'prop-types';
import { makeStyles, Typography, useTheme } from '@material-ui/core';
import { Alert } from '@material-ui/lab';
import EmailHeader from '../EmailHeader/EmailHeader';


export default function ItemMetadataView({item}){
Expand Down Expand Up @@ -35,8 +34,6 @@ export default function ItemMetadataView({item}){
{item.subject}
</Typography>

<EmailHeader from_name={item.userName} datetime={item.dateReceived} from_email={item.userEmail} />

<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 3949352

Please sign in to comment.