Skip to content

Commit

Permalink
Content Calendar not displaying on Old WordPress Version #1588
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Apr 15, 2024
1 parent da5b832 commit 1b83cb5
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 1b83cb5

Please sign in to comment.