Add comment field that is shown on account hover. Update discord link
This commit is contained in:
@@ -42,6 +42,7 @@ const Home = () => {
|
||||
return {
|
||||
...c,
|
||||
...(updates.account ? { account: updates.account } : {}),
|
||||
...(updates.comment ? { comment: updates.comment } : {}),
|
||||
};
|
||||
return c;
|
||||
});
|
||||
|
Reference in New Issue
Block a user