diff --git a/components/ui/PublicProfile.tsx b/components/ui/PublicProfile.tsx index bcf7dc8..6869943 100644 --- a/components/ui/PublicProfile.tsx +++ b/components/ui/PublicProfile.tsx @@ -154,34 +154,39 @@ function PublicProfileComponent( })} -
-

- Documentos da {association.name} -

- -
+ { + association && ( + +
+

+ Documentos da {association.name} +

+ +
+ ) + } )}