feat: migrate frontend to new backend
This commit is contained in:
@@ -18,7 +18,7 @@ export function UserAvatar({ className }: { className?: string }) {
|
||||
[user],
|
||||
);
|
||||
|
||||
if (!user) {
|
||||
if (!user.profile) {
|
||||
return (
|
||||
<div className="shrink-0">
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user