From c2870d6568ceec4bbfe3ce09c93207ebafda3a66 Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sun, 18 Aug 2024 18:07:38 -0700 Subject: [PATCH] Fix: syntax error in LazyBookCard --- client/components/cards/LazyBookCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/cards/LazyBookCard.vue b/client/components/cards/LazyBookCard.vue index 92adc53a0..54e8d707c 100644 --- a/client/components/cards/LazyBookCard.vue +++ b/client/components/cards/LazyBookCard.vue @@ -779,7 +779,7 @@ export default { } else if (result === 'UPTODATE') { this.$toast.success(this.$strings.ToastRescanUpToDate) } else if (result === 'REMOVED') { - this.$toast.error(this.$strings.ToastRescanRemoved + this.$toast.error(this.$strings.ToastRescanRemoved) } }) .catch((error) => {