From fa16b78695099fe28d233edc8cb6fce67e5e2648 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 14 Jan 2021 19:51:16 +0300 Subject: refactor: rename data -> source prop --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index aa786ac..e37e7aa 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -133,7 +133,7 @@ const App: React.FC = () => { let primaryWindowContent = ; if (page === 'custom') primaryWindowContent = ; else if (page === 'live preview') { - primaryWindowContent = ; + primaryWindowContent = ; } const tryButton = ( -- cgit v1.2.3