From 728e3a5406312537174ce7925efcfebc95d70acf Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Mon, 7 Mar 2022 00:12:33 +0100 Subject: [PATCH] Removed default torrent count & syntax error --- src/components/Movie.vue | 2 +- src/components/TorrentList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Movie.vue b/src/components/Movie.vue index 0233371..536f881 100644 --- a/src/components/Movie.vue +++ b/src/components/Movie.vue @@ -61,7 +61,7 @@ > Search for torrents - {{ numberOfTorrentResults || 123 }} + {{ numberOfTorrentResults }} diff --git a/src/components/TorrentList.vue b/src/components/TorrentList.vue index 64f9007..e83b76d 100644 --- a/src/components/TorrentList.vue +++ b/src/components/TorrentList.vue @@ -22,7 +22,7 @@ v-for="column in columns" :key="column" @click="sortTable(column)" - :class="column === this.selectedColumn ? 'active' : null" + :class="column === selectedColumn ? 'active' : null" > {{ column }}