diff --git a/store/application.js b/store/application.js index b031e59..ec147e0 100644 --- a/store/application.js +++ b/store/application.js @@ -461,7 +461,7 @@ const actions = { if ( ((isEmptyArray(cachedEvents) || !cachedEvents) && networksWithCache[Number(netId)]) || - (cachedEvents.length < LENGTH_CACHE && networksWithCache[Number(netId)]) + cachedEvents.length < LENGTH_CACHE ) { ;({ events: cachedEvents } = await dispatch('loadEncryptedEvents', { netId })) }