Commit 6a438d3 1 parent 7cdaf40 commit 6a438d3 Copy full SHA for 6a438d3
File tree 2 files changed +1
-2
lines changed
communication-react/review/stable
react-composites/src/composites/common
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -559,7 +559,6 @@ export type CallCompositeIcons = {
559
559
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
560
560
PeoplePaneMoreButton?: JSX.Element;
561
561
StopAllSpotlightMenuButton?: JSX.Element;
562
- TogetherModeLayout?: JSX.Element;
563
562
};
564
563
565
564
// @public
@@ -2725,7 +2724,6 @@ export const DEFAULT_COMPOSITE_ICONS: {
2725
2724
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
2726
2725
PeoplePaneMoreButton?: JSX.Element | undefined;
2727
2726
StopAllSpotlightMenuButton?: JSX.Element | undefined;
2728
- TogetherModeLayout?: JSX.Element | undefined;
2729
2727
ChevronLeft?: JSX.Element | undefined;
2730
2728
ControlBarChatButtonActive?: JSX.Element | undefined;
2731
2729
ControlBarChatButtonInactive?: JSX.Element | undefined;
Original file line number Diff line number Diff line change @@ -255,6 +255,7 @@ export type CallCompositeIcons = {
255
255
JoinByPhoneWaitToBeAdmittedIcon ?: JSX . Element ;
256
256
PeoplePaneMoreButton ?: JSX . Element ;
257
257
StopAllSpotlightMenuButton ?: JSX . Element ;
258
+ /* @conditional -compile-remove(together-mode) */
258
259
TogetherModeLayout ?: JSX . Element ;
259
260
} ;
260
261
You can’t perform that action at this time.
0 commit comments