Skip to content

Commit a4a66c4

Browse files
committed
test
1 parent 88c4503 commit a4a66c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ const adaptCompositeState = (compositeState: CallAdapterState): CallClientState
134134
// just displaying them in some UI surface) will continue to work for these operations. Handling of
135135
// specific operations (e.g., acting on errors related to permission issues) will ignore these operations.
136136
compositeState.latestErrors as CallErrors,
137-
/* @conditional-compile-remove(breakout-rooms) */ compositeState.latestNotifications as CallNotifications,
137+
undefined ||
138+
/* @conditional-compile-remove(breakout-rooms) */ (compositeState.latestNotifications as CallNotifications),
138139
compositeState.displayName,
139140
compositeState.alternateCallerId,
140141
compositeState.environmentInfo

0 commit comments

Comments
 (0)