diff --git a/samples/react-groups-teams/src/webparts/microsoftGroups/components/Microsoft365Groups.tsx b/samples/react-groups-teams/src/webparts/microsoftGroups/components/Microsoft365Groups.tsx index 366f29002..cc3b9b47c 100644 --- a/samples/react-groups-teams/src/webparts/microsoftGroups/components/Microsoft365Groups.tsx +++ b/samples/react-groups-teams/src/webparts/microsoftGroups/components/Microsoft365Groups.tsx @@ -35,7 +35,9 @@ export default class MicrosoftGroups extends React.Component { ID = Items.id; }); - var URL = `https://tasks.office.com/${this.Tenant}.com/EN-US/Home/Planner#/plantaskboard?groupId=${GroupId.Id}&planId=${ID}`; + var URL = `https://tasks.office.com/${this.TenantEmail}/EN-US/Home/Planner#/plantaskboard?groupId=${GroupId.Id}&planId=${ID}`; var Planner = { Planner: URL }; var Results = Object.assign(GroupId, Planner); GroupId = Results; @@ -197,13 +199,13 @@ export default class MicrosoftGroups extends React.Component
{Group.Name}{Group.Description}
- + - + - + @@ -218,13 +220,13 @@ export default class MicrosoftGroups extends React.Component
{Group.Name}{Group.Description}
- + - + - +