From da058430899388d2d470e4e88587071001df5d83 Mon Sep 17 00:00:00 2001 From: Govind Dixit Date: Thu, 26 Mar 2020 18:44:51 +0530 Subject: [PATCH] [CHORE] Fix typo in CreateChannel View (#1930) --- app/views/CreateChannelView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/CreateChannelView.js b/app/views/CreateChannelView.js index c9c767d48..02ecfc66d 100644 --- a/app/views/CreateChannelView.js +++ b/app/views/CreateChannelView.js @@ -44,7 +44,7 @@ const styles = StyleSheet.create({ fontSize: 17, ...sharedStyles.textRegular }, - swithContainer: { + switchContainer: { height: 54, alignItems: 'center', justifyContent: 'space-between', @@ -217,7 +217,7 @@ class CreateChannelView extends React.Component { }) => { const { theme } = this.props; return ( - + {I18n.t(label)}