We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd1e12 commit bede9efCopy full SHA for bede9ef
1 file changed
infrastructure/eid-wallet/src/routes/(app)/personal/+page.svelte
@@ -189,7 +189,8 @@ onMount(() => {
189
const localPendingIds = new Set(
190
localPending.map((p) => p.metaEnvelopeId),
191
);
192
- const allCached = await getCachedPhotosForEname(currentEname);
+ const allCached =
193
+ await getCachedPhotosForEname(currentEname);
194
await Promise.all(
195
allCached
196
.filter(
0 commit comments