Skip to content

Commit

Permalink
fix: ui crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Sep 23, 2024
1 parent c99aa01 commit 2491188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/client/ui/RundownView/RundownRightHandControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ export function RundownRightHandControls(props: Readonly<IProps>): JSX.Element {
{switchboardOpen && (
<SwitchboardPopUp
availableRouteSets={availableRouteSets}
studio={props.studio}
onStudioRouteSetSwitch={props.onStudioRouteSetSwitch}
studioRouteSetExclusivityGroups={props.studio.routeSetExclusivityGroups}
/>
)}
</VelocityReact.VelocityTransitionGroup>
Expand Down

0 comments on commit 2491188

Please sign in to comment.