diff --git a/app/views/RoomInfoEditView/index.tsx b/app/views/RoomInfoEditView/index.tsx index cccce9c38a..aba3edc564 100644 --- a/app/views/RoomInfoEditView/index.tsx +++ b/app/views/RoomInfoEditView/index.tsx @@ -2,7 +2,7 @@ import React from 'react'; import { Q } from '@nozbe/watermelondb'; import { BlockContext } from '@rocket.chat/ui-kit'; import { dequal } from 'dequal'; -import { Alert, Keyboard, ScrollView, Text, TextInput, View, StyleSheet } from 'react-native'; +import { Alert, Keyboard, ScrollView, Text, TextInput, View } from 'react-native'; import { connect } from 'react-redux'; import { Subscription } from 'rxjs';