Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OtavioStasiak committed Nov 25, 2024
1 parent 2abffaf commit 29772be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/RoomInfoEditView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 29772be

Please sign in to comment.