Commit 69371540 by talequale

merge

parents b3b4338a d485803b
...@@ -22,7 +22,7 @@ const Account = D.declare('view.page.Account', () => { ...@@ -22,7 +22,7 @@ const Account = D.declare('view.page.Account', () => {
let stamp = [loadedCards, newItemCount].join(';'); let stamp = [loadedCards, newItemCount].join(';');
if( newCardsLoaded !== stamp ){ if( newCardsLoaded !== stamp ){
if( loadedCards && to === 'Account' ){ if( loadedCards && to === 'Account' ){
const newCards = cards const newCards = Model.cards
.getArray() .getArray()
.filter( card => card.seen === false ) .filter( card => card.seen === false )
.sort( ( a, b ) => a.id - b.id ) .sort( ( a, b ) => a.id - b.id )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment