From 71cf53af15cef07d27511cc71121fb9173b80d1e Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 26 Mar 2020 15:57:53 +1100 Subject: [PATCH] fix lint --- ts/components/MainViewController.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ts/components/MainViewController.tsx b/ts/components/MainViewController.tsx index 65a906407..e344920c2 100644 --- a/ts/components/MainViewController.tsx +++ b/ts/components/MainViewController.tsx @@ -20,7 +20,10 @@ export const MainViewController = { ); if (document.getElementById('main-view')) { ReactDOM.render( - , + , document.getElementById('main-view') ); }