diff --git a/src/components/AntDesign/inputs/Autocomplete_Mail.tsx b/src/components/AntDesign/inputs/Autocomplete_Mail.tsx index 6d6d35f..bff082c 100644 --- a/src/components/AntDesign/inputs/Autocomplete_Mail.tsx +++ b/src/components/AntDesign/inputs/Autocomplete_Mail.tsx @@ -34,7 +34,7 @@ const Autocomplete_Mail: React.FC<{ profiles: any; loading: boolean; setEmailFil style={{ width: 200 }} onSelect={onSelect} onChange={onChange} - placeholder="email" + placeholder="Email del perfil" /> ); diff --git a/src/components/AntDesign/tables/Profiles_table.tsx b/src/components/AntDesign/tables/Profiles_table.tsx index 7a90313..cdc6bdb 100644 --- a/src/components/AntDesign/tables/Profiles_table.tsx +++ b/src/components/AntDesign/tables/Profiles_table.tsx @@ -180,7 +180,9 @@ const App: React.FC<{profiles: any, loading: boolean}> = ({ profiles, loading }) // @ts-ignore editable: true, width: '1%', - render: (_: any, record: Item) => image, + render: (_: any, record: Item) => { + return record.image ? image : null; + }, }, { title: "Alta",