Added user links to sidebar.
This commit is contained in:
@@ -148,6 +148,10 @@ function curateStash(stash) {
|
||||
}
|
||||
|
||||
function curateUser(user) {
|
||||
if (!user) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const curatedUser = user;
|
||||
|
||||
if (user.stashes) {
|
||||
|
||||
Reference in New Issue
Block a user