diff --git a/src/AppLayout.tsx b/src/AppLayout.tsx index 3ec1e2d..d6d6b41 100644 --- a/src/AppLayout.tsx +++ b/src/AppLayout.tsx @@ -19,7 +19,7 @@ type TopProps = { const AppLayout: React.FC = (props) => { return ( - + diff --git a/src/EmailList.tsx b/src/EmailList.tsx index 4f5a20e..7ff49b4 100644 --- a/src/EmailList.tsx +++ b/src/EmailList.tsx @@ -34,7 +34,7 @@ class EmailList extends React.Component { return ; } else { return ( - + {this.props.mailbox.emailIds.slice(0, 5).map((e) => ( +
{this.props.email != null ? this.props.email.subject : this.props.emailId}