Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Etheryte committed Jul 28, 2023
1 parent 90a585b commit 8aa50b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/html/src/core/spa/spa-renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ window.pageRenderers.spa.reactRenderers = window.pageRenderers.spa.reactRenderer
window.pageRenderers.spa.previousReactRenderers = window.pageRenderers.spa.previousReactRenderers || [];

function addReactApp(appName: string) {
// getTranslationData();
window.pageRenderers?.spa?.reactAppsName?.push(appName);
}

Expand All @@ -30,8 +29,6 @@ function renderGlobalReact(element: JSX.Element, container: Element | null | und
throw new Error("The DOM element is not present.");
}

// getTranslationData();

function registerGlobalRender(instance) {
window.pageRenderers?.spa?.globalRenderersToUpdate?.push(instance);
}
Expand Down

0 comments on commit 8aa50b8

Please sign in to comment.