expanded notifications show like default

This commit is contained in:
Ash Levy
2018-03-22 10:10:04 -04:00
parent 9c3e4bdead
commit 58eeb92755
2 changed files with 19 additions and 12 deletions

View File

@@ -403,7 +403,7 @@ export default class Status extends ImmutablePureComponent {
notificationId={this.props.notificationId}
/>
) : null}
{!muted ? (
{!muted || isExpanded !== false ? (
<StatusHeader
status={status}
friend={account}
@@ -429,7 +429,7 @@ export default class Status extends ImmutablePureComponent {
parseClick={parseClick}
disabled={!router}
/>
{isExpanded !== false && !muted ? (
{isExpanded !== false || !muted ? (
<StatusActionBar
{...other}
status={status}