Skip to content

Commit

Permalink
Adding reason
Browse files Browse the repository at this point in the history
  • Loading branch information
ostyn committed Jan 1, 2025
1 parent 3745d4e commit f4b5ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/entries.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class EntriesRoute extends LitElement implements WebComponentInterface {
);
this.scrollToDate = undefined;
}
// Wait at least 500ms
// Wait at least 500ms for spinner
const [_, entries] = await Promise.all([
timer(500),
entryDao.getEntriesFromYearAndMonth(
Expand Down

0 comments on commit f4b5ced

Please sign in to comment.