From 07731ca548dae83596a926b755e333c28b7860c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Fri, 15 Mar 2019 17:25:20 +0100 Subject: [PATCH] Nuxt-link makes showAuthorPopover unneccessary --- components/PostCard.vue | 5 ----- components/User.vue | 12 +----------- pages/profile/_slug.vue | 1 - 3 files changed, 1 insertion(+), 17 deletions(-) diff --git a/components/PostCard.vue b/components/PostCard.vue index a1f4b59c8..6786d7712 100644 --- a/components/PostCard.vue +++ b/components/PostCard.vue @@ -29,7 +29,6 @@ @@ -78,10 +77,6 @@ export default { post: { type: Object, required: true - }, - showUserPopover: { - type: Boolean, - default: true } }, computed: { diff --git a/components/User.vue b/components/User.vue index bb473d854..c0c860045 100644 --- a/components/User.vue +++ b/components/User.vue @@ -18,7 +18,6 @@ @@ -57,11 +56,6 @@ slot="popover" >
-