Remove stray code for not-in-a-list
I'm not actually sure we're gonna support pulling these out into pages? I might just have them be straggly dangling old less-optimized :p
This commit is contained in:
parent
01000c84f1
commit
cf456c761c
1 changed files with 1 additions and 3 deletions
|
@ -651,9 +651,7 @@ function buildClosetListPath(closetList) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const idString = closetList.isDefaultList ? "not-in-a-list" : closetList.id;
|
return `/user/${closetList.creator.id}/lists/${ownsOrWants}/${closetList.id}`;
|
||||||
|
|
||||||
return `/user/${closetList.creator.id}/lists/${ownsOrWants}/${idString}`;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function UserSupportMenu({ children, user }) {
|
function UserSupportMenu({ children, user }) {
|
||||||
|
|
Loading…
Reference in a new issue