Skip to content

Commit 21925c4

Browse files
committed
remove useCallback
1 parent e304bd7 commit 21925c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/domain/Members/MoveUserBetweenGroupsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {domainNameSelector, groupsSelector, selectSecurityGroupForAccount} from '@selectors/Domain';
2-
import React, {useCallback, useState} from 'react';
2+
import React, {useState} from 'react';
33
import type {OnyxEntry} from 'react-native-onyx';
44
import Button from '@components/Button';
55
import FixedFooter from '@components/FixedFooter';

0 commit comments

Comments
 (0)