Skip to content

Commit ccacf20

Browse files
committed
issue#6: fix thumbnail for pending tab
1 parent 39db9c0 commit ccacf20

File tree

1 file changed

+1
-1
lines changed
  • src/shared/containers/timeline-wall/pending-approvals/approval-item

1 file changed

+1
-1
lines changed

src/shared/containers/timeline-wall/pending-approvals/approval-item/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function ApprovalItem({
6767
<PhotoVideoItem
6868
key={photo.id}
6969
styleName="photo-item"
70-
url={photo.url}
70+
url={photo.previewUrl || photo.url}
7171
videoThumnailUrl={photo.videoThumnailUrl}
7272
isUrlPhoto={!photo.videoThumnailUrl}
7373
onClick={() => {

0 commit comments

Comments
 (0)