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}