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:
Emi Matchu 2021-06-18 17:43:43 -07:00
parent 01000c84f1
commit cf456c761c

View file

@ -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 }) {