diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/Tools/Wrapped.svelte | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte index ab38c346..eb04051f 100644 --- a/src/lib/Tools/Wrapped.svelte +++ b/src/lib/Tools/Wrapped.svelte @@ -59,9 +59,7 @@ includeSpecials = includeSpecials; includeRepeats = includeRepeats; - update() - .then(() => {}) - .catch(() => {}); + update().then(updateWidth).catch(updateWidth); } $: { animeList = animeList; |