From 1753db67c34543c2e210921b0bead594d11b47fd Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Mon, 19 Jan 2026 09:58:37 +0100 Subject: [PATCH] fix: close div tag in Countries component to ensure proper layout rendering --- components/dashboard/Countries.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/dashboard/Countries.tsx b/components/dashboard/Countries.tsx index 10ba72d..f06bb3e 100644 --- a/components/dashboard/Countries.tsx +++ b/components/dashboard/Countries.tsx @@ -53,6 +53,7 @@ export default function Locations({ countries, cities }: LocationProps) { ))} + ) }