mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Remove unnecessary async
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
5a55b0dcf0
commit
24428783f5
@ -210,7 +210,7 @@ export default class SecurityRoomSettingsTab extends React.Component {
|
||||
});
|
||||
}
|
||||
|
||||
_onRoomAccessRadioToggle = async (roomAccess) => {
|
||||
_onRoomAccessRadioToggle = (roomAccess) => {
|
||||
if (
|
||||
this.state.encrypted &&
|
||||
this.state.joinRule != "public" &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user