lbry-app > lbry-desktop

This commit is contained in:
Thomas Zarebczan 2018-07-12 16:42:08 -04:00 committed by GitHub
parent 7b11610294
commit 177ef2c191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,7 @@ export const selectMyChannelClaims = createSelector(
ids.forEach(id => {
if (byId[id]) {
// I'm not sure why this check is necessary, but it ought to be a quick fix for https://github.com/lbryio/lbry-app/issues/544
// I'm not sure why this check is necessary, but it ought to be a quick fix for https://github.com/lbryio/lbry-desktop/issues/544
claims.push(byId[id]);
}
});