Bug 1523031 - Hero with lists show 1 too many items (#4739)
This commit is contained in:
Родитель
da8d50ed55
Коммит
7a5e9d4b52
|
@ -60,7 +60,7 @@ export class Hero extends React.PureComponent {
|
|||
feed={this.props.feed}
|
||||
hasImages={true}
|
||||
hasBorders={this.props.border === `border`}
|
||||
items={this.props.items}
|
||||
items={this.props.items - 1}
|
||||
type={`Hero`} />
|
||||
);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче