Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix: fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil9001 committed Sep 5, 2024
1 parent dc13025 commit 3e76c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/room_settings/RoomPublishSetting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class RoomPublishSetting extends React.PureComponent<IProps, ISta
description: _t("room_settings|general|error_publishing_detail"),
});
}

private onRoomPublishChange = (): void => {
const valueBefore = this.state.isRoomPublished;
const newValue = !valueBefore;
Expand Down

0 comments on commit 3e76c26

Please sign in to comment.