diff --git a/src/screens/LegalRights/index.tsx b/src/screens/LegalRights/index.tsx index a049f60..6f4be5f 100644 --- a/src/screens/LegalRights/index.tsx +++ b/src/screens/LegalRights/index.tsx @@ -112,7 +112,7 @@ export default function LegalRights({ navigation }: { navigation: any }) { - {currentModules.map(section => ( + {currentModules.map((section, index) => (