Merge remote-tracking branch 'origin/develop' into chats

environments/review-chats-g56n7m/deployments/1323
Chewbacca 2022-11-09 07:46:51 -05:00
commit f6290be1e2
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -39,8 +39,6 @@ const ProfileDropdown: React.FC<IProfileDropdown> = ({ account, children }) => {
const features = useFeatures();
const intl = useIntl();
useAppSelector((state) => console.log(state.auth.toJS()));
const authUsers = useAppSelector((state) => state.auth.get('users'));
const otherAccounts = useAppSelector((state) => authUsers.map((authUser: any) => getAccount(state, authUser.get('id'))));