Skip to content

Commit

Permalink
fix: use viewOnly prop
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jun 25, 2021
1 parent 153f38a commit dcf7427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/pages/posts/post/DynamicPostScroller.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
:key="`${postsDomain}-${item.id}`"
:postData="item"
:postDomain="postsDomain"
:viewOnly="viewOnly"
/>
</DynamicScrollerItem>
</template>
Expand Down

0 comments on commit dcf7427

Please sign in to comment.