Skip to content

Commit

Permalink
chore: add pronto filter for dev menu
Browse files Browse the repository at this point in the history
  • Loading branch information
zwaardje committed Dec 1, 2023
1 parent e8070e5 commit 616f901
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sample-apps/react/react-dogfood/components/MeetingUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,11 @@ export const MeetingUI = ({ chatClient, enablePreview }: MeetingUIProps) => {
<div className="str-video__call-controls__desktop">
<ToggleFeedbackButton />
</div>
<div className="str-video__call-controls__desktop">
<ToggleDeveloperButton />
</div>
{process.env.NEXT_PUBLIC_APP_ENVIRONMENT === 'pronto' && (
<div className="str-video__call-controls__desktop">
<ToggleDeveloperButton />
</div>
)}
<div className="str-video__call-controls__mobile">
<ToggleMoreOptionsListButton />
</div>
Expand Down

0 comments on commit 616f901

Please sign in to comment.