From 5b08023e0aa0e626264673ebb86dc82299a3b54b Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 27 Jun 2020 19:15:41 +0300 Subject: style: fix ALL linting errors --- src/index.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index 0e6f761..9139e4b 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -90,9 +90,16 @@ const App: React.FC = () => { return ( -
+
- { page.prefix === 'profile' && } + { page.prefix === 'profile' && ( + + ) } { page.prefix === 'feed' && } { page.prefix === 'auth' && }
-- cgit v1.2.3