Skip to content

Commit 967af22

Browse files
fix indent
1 parent 08234f9 commit 967af22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/how-tos/calling-sdk/includes/capabilities/capabilities-web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ capabilitiesFeature.on('capabilitiesChanged', (capabilitiesChangeInfo) => {
5252
continue;
5353
}
5454
if(key === 'muteOthers' && value.reason != 'FeatureNotSupported') {
55-
(value.isPresent) ? this.setState({ canMuteOthers: true }) : this.setState({ canMuteOthers: false });
56-
continue;
55+
(value.isPresent) ? this.setState({ canMuteOthers: true }) : this.setState({ canMuteOthers: false });
56+
continue;
5757
}
5858
if(key === 'reaction' && value.reason != 'FeatureNotSupported') {
5959
(value.isPresent) ? this.setState({ canReact: true }) : this.setState({ canReact: false });

0 commit comments

Comments
 (0)