Removed compact key on status card

This commit is contained in:
mgabdev 2019-08-26 21:57:56 -04:00
parent 8d31d29d60
commit eade08706a

View File

@ -380,7 +380,6 @@ class Status extends ImmutablePureComponent {
<Card
onOpenMedia={this.props.onOpenMedia}
card={status.get('card')}
compact
cacheWidth={this.props.cacheMediaWidth}
defaultWidth={this.props.cachedMediaWidth}
/>