fix: language does not refresh after toggling
This commit is contained in:
@@ -8,7 +8,6 @@ interface TopUserProps {
|
||||
topUserList: string[];
|
||||
}
|
||||
const TopUser: React.FC<TopUserProps> = (props) => {
|
||||
console.log('TopUser=====================');
|
||||
const { userData, topUserList } = props;
|
||||
const intl = useIntl();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user