refactor: remove ProfileIcon component and update image handling for author profiles
This commit is contained in:
@@ -55,7 +55,7 @@ export const UsersPage = () => {
|
||||
2: (_value: unknown, _type: unknown, data: TUserResponse) => (
|
||||
<div>
|
||||
<div>{data.email}</div>
|
||||
<div className="text-sm text-[#7C7C7C]">ID: {data.id.slice(0, 8)}</div>
|
||||
<div className="text-xs text-[#7C7C7C]">ID: {data.id.slice(0, 8)}</div>
|
||||
</div>
|
||||
),
|
||||
3: (value: string) => <span>{value}</span>,
|
||||
|
||||
Reference in New Issue
Block a user