From 0e67cea318170000ec8fa00ac6918724f3ede999 Mon Sep 17 00:00:00 2001 From: Daan Wijns Date: Sun, 17 Dec 2023 11:09:45 +0100 Subject: [PATCH] perf: tweak torrent title --- src/components/Dashboard/Views/List/ListTorrent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard/Views/List/ListTorrent.vue b/src/components/Dashboard/Views/List/ListTorrent.vue index ae214bce..4be3af68 100644 --- a/src/components/Dashboard/Views/List/ListTorrent.vue +++ b/src/components/Dashboard/Views/List/ListTorrent.vue @@ -60,7 +60,7 @@ const isTorrentSelected = computed(() => dashboardStore.isTorrentInSelection(pro width="100%" :color="isTorrentSelected ? `torrent-${torrent.state}-darken-3` : undefined" @click="$emit('onTorrentClick', $event, torrent)"> - {{ torrent.name }} + {{ torrent.name }}