test server

This commit is contained in:
2024-02-16 17:34:21 +08:00
parent e629157960
commit b1b17f4e07

View File

@@ -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}>