Skip to content

Commit c2f5d79

Browse files
committed
chore: resolve linting issues
1 parent 816979f commit c2f5d79

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/pages/NewChatSelectorPage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import {setNewRoomFormLoading} from '@libs/actions/Report';
1212
import Navigation from '@libs/Navigation/Navigation';
1313
import OnyxTabNavigator, {TabScreenWithFocusTrapWrapper, TopTab} from '@libs/Navigation/OnyxTabNavigator';
1414
import CONST from '@src/CONST';
15-
import ONYXKEYS from '@src/ONYXKEYS';
1615
import NewChatPage from './NewChatPage';
1716
import WorkspaceNewRoomPage from './workspace/WorkspaceNewRoomPage';
1817

@@ -23,7 +22,6 @@ function NewChatSelectorPage() {
2322
const [headerWithBackBtnContainerElement, setHeaderWithBackButtonContainerElement] = useState<HTMLElement | null>(null);
2423
const [tabBarContainerElement, setTabBarContainerElement] = useState<HTMLElement | null>(null);
2524
const [activeTabContainerElement, setActiveTabContainerElement] = useState<HTMLElement | null>(null);
26-
const [formState] = useOnyx(ONYXKEYS.FORMS.NEW_ROOM_FORM, {canBeMissing: true});
2725
const chatPageInputRef = useRef<AnimatedTextInputRef | null>(null);
2826
const roomPageInputRef = useRef<AnimatedTextInputRef | null>(null);
2927

0 commit comments

Comments
 (0)