mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-24 01:23:08 +03:00
removed preview repeat
This commit is contained in:
parent
2c05b259dc
commit
014ae4f724
@ -57,7 +57,7 @@ const STYLES_PLACEHOLDER = css`
|
||||
export class SlatePreviewRow extends React.Component {
|
||||
render() {
|
||||
let objects = this.props.objects;
|
||||
let components = objects.map((each) => (
|
||||
let components = objects.slice(1).map((each) => (
|
||||
<div key={each.id} css={STYLES_ITEM_BOX}>
|
||||
<SlateMediaObjectPreview
|
||||
file={each}
|
||||
|
Loading…
Reference in New Issue
Block a user