feat: add author display name to thought schemas and update related components
This commit is contained in:
@@ -28,7 +28,7 @@ export function ThoughtList({
|
||||
{thoughts.map((thought) => {
|
||||
const author = {
|
||||
username: thought.authorUsername,
|
||||
avatarUrl: null,
|
||||
displayName: thought.authorDisplayName,
|
||||
...authorDetails.get(thought.authorUsername),
|
||||
};
|
||||
return (
|
||||
|
Reference in New Issue
Block a user