Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Aug 23, 2023
1 parent 3666ca1 commit eaf3c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/schedule/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default async function decorate(block) {
});

// render schedule
renderSchedule(block, activeDay, false);
await renderSchedule(block, activeDay, false);

// enable auto-refresh in fullscreen mode
if (isFullscreen()) {
Expand Down

0 comments on commit eaf3c5f

Please sign in to comment.