minor changes

This commit is contained in:
Sriram Hariharan
2023-09-17 19:44:50 -05:00
parent 4f170db07d
commit 89423d24b4
3 changed files with 7 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ if (!support) {
}
if (support === SiteSupport.EXTENSION_POPUP) {
render(<PopupMain />, document.body);
render(<PopupMain />, document.getElementById('root'));
}
if (support === SiteSupport.MY_CALENDAR) {