diff --git a/src/common.tsx b/src/common.tsx
index f9fb55c..ac3463b 100644
--- a/src/common.tsx
+++ b/src/common.tsx
@@ -272,7 +272,7 @@ export function ActionItem(p: { action: ActionInfo, identifierSubstring?: string
const root = ReactDOM.createRoot(
NewWindow.document.getElementById('root') as HTMLElement
);
- root.render()
+ root.render()
}
return (<>