feat: note publishing progress
This commit is contained in:
@ -131,7 +131,7 @@ export default function ProfilePage({ id: propId }: ProfilePageProps) {
|
||||
return (
|
||||
<div className="flex g8">
|
||||
{cover && <ProxyImg src={cover} size={40} />}
|
||||
<small>🎵 {unwrap(status.music).content}</small>
|
||||
🎵 {unwrap(status.music).content}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user