Доработки по коду

This commit is contained in:
Valentin Silytuin 2024-03-26 14:13:30 +04:00
parent cba9f4ed0f
commit 0f2a69fac5
1 changed files with 2 additions and 2 deletions

View File

@ -157,8 +157,8 @@ const init = async (items = [], options = {}, index = 0) => {
<div class="advdominion-lg__wrapper swiper-wrapper">
${items.join('')}
</div>
${options.pagination ? options.pagination : ''}
${options.navigation ? options.navigation : ''}
${options.pagination || ''}
${options.navigation || ''}
</div>
</div>
`