fix recsys bug

This commit is contained in:
zeppi 2022-01-10 12:50:13 -05:00
parent 4cfc201b20
commit a1c348c31d

View file

@ -94,7 +94,8 @@ const recsys = {
createRecsysEntry: function (claimId, parentUuid) {
if (window.store && claimId) {
const state = window.store.getState();
const { id: userId } = selectUser(state);
const user = selectUser(state);
const userId = user ? user.id : null;
if (parentUuid) {
// Make a stub entry that will be filled out on page load
recsys.entries[claimId] = {