From 5d1e205a191cd94ed91a1bc4f09663c5470beb7f Mon Sep 17 00:00:00 2001 From: Erin Rivas Date: Tue, 13 Aug 2019 18:08:24 -0500 Subject: [PATCH] cleaning out old code from card.vue --- components/Card.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/Card.vue b/components/Card.vue index 122e16b..e034494 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -28,12 +28,6 @@ export default { }, mounted() {}, watch: {}, - // category() { - // return this.categories.find( - // category => - // category.title.toLowerCase() === this.categoryRouteTitle.toLowerCase() - // ); - // } }