diff --git a/app/components/tools/recent-photos.hbs b/app/components/tools/recent-photos.hbs index d1bc05905..262c1b312 100644 --- a/app/components/tools/recent-photos.hbs +++ b/app/components/tools/recent-photos.hbs @@ -7,13 +7,13 @@ {{#if (can 'show photo-comments')}}
- {{#each photosWithComments as |photo|}} + {{#each latestComments as |comment|}} - + {{else}}
@@ -21,7 +21,7 @@
{{/each}}
- {{#if photosWithComments}} + {{#if latestComments}}