From 0f2a69fac564933e336c470d131e3f3f83c4262a Mon Sep 17 00:00:00 2001 From: Valentin Silytuin Date: Tue, 26 Mar 2024 14:13:30 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BF=D0=BE=20=D0=BA=D0=BE=D0=B4=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index eb4af51..62bf423 100644 --- a/index.js +++ b/index.js @@ -157,8 +157,8 @@ const init = async (items = [], options = {}, index = 0) => {
${items.join('')}
- ${options.pagination ? options.pagination : ''} - ${options.navigation ? options.navigation : ''} + ${options.pagination || ''} + ${options.navigation || ''} `