We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6e1ac commit 9afae82Copy full SHA for 9afae82
src/app/feed/feed-post/feed-post.component.html
@@ -262,9 +262,9 @@
262
queryParamsHandling="merge"
263
></div>
264
265
- <!-- Media, don't show images on comment posts. -->
+ <!-- Media -->
266
<div
267
- *ngIf="postContent.ImageURLs && postContent.ImageURLs[0] && !post.ParentStakeID"
+ *ngIf="postContent.ImageURLs && postContent.ImageURLs[0]"
268
class="feed-post__image-container"
269
[ngClass]="{ 'mb-10px': quotedContent && showQuotedContent }"
270
>
@@ -278,7 +278,7 @@
278
279
<!-- Video -->
280
281
- *ngIf="postContent.VideoURLs && postContent.VideoURLs[0] && !post.ParentStakeID"
+ *ngIf="postContent.VideoURLs && postContent.VideoURLs[0]"
282
class="feed-post__video-container"
283
284
0 commit comments