Skip to content

Commit

Permalink
fix displayName cc (#5536)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmceachernmsft authored Jan 10, 2025
1 parent 713582e commit ebf9660
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/Calling/src/app/views/HomeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ export const HomeScreen = (props: HomeScreenProps): JSX.Element => {

registerIcons({ icons: { DialpadBackspace: <Backspace20Regular /> } });
const isMobileSession = useIsMobile();
let showDisplayNameField = true;
showDisplayNameField = !teamsIdentityChosen;
const showDisplayNameField = !teamsIdentityChosen;
const [teamsIdFormatError, setTeamsIdFormatError] = useState<boolean>(false);

return (
Expand Down

0 comments on commit ebf9660

Please sign in to comment.