Skip to content

Commit

Permalink
Merge pull request #1589 from publishpress/feature/#1588_Content_Cale…
Browse files Browse the repository at this point in the history
…ndar_not_displaying_on_Old_WordPress_Version

feature/#1588_Content_Calendar_not_displaying_on_Old_WordPress_Version
  • Loading branch information
olatechpro authored Apr 15, 2024
2 parents da5b832 + 1b83cb5 commit d13d77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/calendar/lib/async-calendar/js/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jQuery(() => {
if (createRoot) {
createRoot(container).render(component);
} else {
render(component);
render(component, container);
}
});
2 changes: 1 addition & 1 deletion modules/calendar/lib/async-calendar/js/index.min.js

Large diffs are not rendered by default.

0 comments on commit d13d77d

Please sign in to comment.