refactor: resource table columns
This commit is contained in:
@@ -45,7 +45,7 @@ const Profile: React.FC = () => {
|
||||
children: <Appearance />
|
||||
}
|
||||
];
|
||||
}, [initialState?.currentUser?.source]);
|
||||
}, [intl, initialState?.currentUser?.source]);
|
||||
|
||||
const handleChangeTab = useCallback((key: string) => {
|
||||
setActiveKey(key);
|
||||
|
||||
Reference in New Issue
Block a user