fix translate and change styles for cases carusel

This commit is contained in:
smanylov
2026-04-30 11:35:03 +07:00
parent 2d201bfcde
commit 2296044280
5 changed files with 16 additions and 4 deletions
@@ -191,7 +191,7 @@ export default function ViolationsLastCombinedCases() {
</div>
) : filteredItems.length === 0 ? (
<div className="empty-state">
{t('no-items-found')}
{t('no-claims-complaints-found')}
</div>
) : (
<Swiper {...swiperSettings}>