From f3ae7a3f862f47e0ba0290df0a70e978a424a7d1 Mon Sep 17 00:00:00 2001 From: port <108868128+portdeveloper@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:42:23 +0300 Subject: [PATCH] Fix border bottom and roundness on single items (#51) --- packages/nextjs/pages/batches/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/nextjs/pages/batches/index.tsx b/packages/nextjs/pages/batches/index.tsx index 7ffabbc..718e4ae 100644 --- a/packages/nextjs/pages/batches/index.tsx +++ b/packages/nextjs/pages/batches/index.tsx @@ -243,7 +243,10 @@ const Batches = () => {
{currentItems.map((batch, index) => ( -