Skip to content

Commit

Permalink
feat: await rendering to apply avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Dec 9, 2024
1 parent 580c34d commit a33a8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/home/fetch-github/fetch-and-display-previews.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export async function displayNotifications(
renderEmpty();
return;
}
renderNotifications(notifications, skipAnimation);
await renderNotifications(notifications, skipAnimation);
applyAvatarsToIssues();
}

Expand Down

0 comments on commit a33a8d4

Please sign in to comment.