From 5c46eff80c971d939177bcf3f48c81b2626bb271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren?= Date: Mon, 7 Oct 2024 14:39:20 +0200 Subject: [PATCH] Fix linter error --- src/stores/Prestaking.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stores/Prestaking.ts b/src/stores/Prestaking.ts index 174c26dd1..0242b7e8f 100644 --- a/src/stores/Prestaking.ts +++ b/src/stores/Prestaking.ts @@ -52,7 +52,8 @@ export const usePrestakingStore = createStore({ 'NQ97 H1NR S3X0 CVFQ VJ9Y 9A0Y FRQN Q6EU D0PL': { address: 'NQ97 H1NR S3X0 CVFQ VJ9Y 9A0Y FRQN Q6EU D0PL', label: 'AceStaking', - description: 'Ace your staking journey with our secure and efficient pool. Maximize your NIM rewards today!', + description: 'Ace your staking journey with our secure and efficient pool. ' + + 'Maximize your NIM rewards today!', icon: 'acestaking.png', website: 'https://acestaking.com', stake: null,