From 9f875e4d3aec10056576a48e018991d67b5e63f4 Mon Sep 17 00:00:00 2001 From: Kakabay Date: Mon, 26 Dec 2022 16:23:36 +0500 Subject: [PATCH] normative documents empty title update --- src/pages/Normative.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Normative.jsx b/src/pages/Normative.jsx index bead0ff..e056cd1 100644 --- a/src/pages/Normative.jsx +++ b/src/pages/Normative.jsx @@ -252,14 +252,14 @@ export const Normative = ({ lang }) => { {docsCategoryData ? docsCategoryData.data.map((category) => { - return ( + return category.title != '-' ? ( - ); + ) : null; }) : null}