@@ -44,13 +44,13 @@ export default function UserSearch_MainView({
|
|||||||
<Stack key={e.id} spacing={"xs"}>
|
<Stack key={e.id} spacing={"xs"}>
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.Col span={2}>
|
<Grid.Col span={2}>
|
||||||
<Avatar
|
{/* <Avatar
|
||||||
radius={"xl"}
|
radius={"xl"}
|
||||||
size={"lg"}
|
size={"lg"}
|
||||||
src={
|
src={
|
||||||
RouterProfile.api_foto_profile + `${e.Profile.imagesId}`
|
RouterProfile.api_foto_profile + `${e?.Profile.imagesId}`
|
||||||
}
|
}
|
||||||
/>
|
/> */}
|
||||||
</Grid.Col>
|
</Grid.Col>
|
||||||
<Grid.Col span={"auto"}>
|
<Grid.Col span={"auto"}>
|
||||||
<Stack spacing={0}>
|
<Stack spacing={0}>
|
||||||
|
|||||||
Reference in New Issue
Block a user