From b1f577399c2b844382f01b55bb182d782df62865 Mon Sep 17 00:00:00 2001 From: Iku-turso Date: Mon, 23 May 2022 13:57:03 +0300 Subject: [PATCH] Add todo for cleaning unacceptable code encountered Co-authored-by: Janne Savolainen Signed-off-by: Iku-turso --- src/renderer/frames/root-frame/root-frame.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/frames/root-frame/root-frame.tsx b/src/renderer/frames/root-frame/root-frame.tsx index 834dd63855..6cb4d016c5 100644 --- a/src/renderer/frames/root-frame/root-frame.tsx +++ b/src/renderer/frames/root-frame/root-frame.tsx @@ -14,6 +14,7 @@ import { CommandContainer } from "../../components/command-palette/command-conta import { withInjectables } from "@ogre-tools/injectable-react"; import broadcastThatRootFrameIsRenderedInjectable from "./broadcast-that-root-frame-is-rendered.injectable"; +// Todo: remove import-time side-effect. injectSystemCAs(); interface Dependencies {