uncacheGuild a second time, prospective fix for state desync

This commit is contained in:
41666 2022-02-01 17:16:56 -05:00
parent 5404047bd2
commit e0a0d1d87a

View file

@ -107,6 +107,7 @@ const Picker = (props: PickerProps) => {
});
}
uncacheGuild(props.serverID);
setPending(false);
};