diff --git a/RetrospectiveExtension.Frontend/components/feedbackBoardContainer.tsx b/RetrospectiveExtension.Frontend/components/feedbackBoardContainer.tsx index b749c759..7aa95e36 100644 --- a/RetrospectiveExtension.Frontend/components/feedbackBoardContainer.tsx +++ b/RetrospectiveExtension.Frontend/components/feedbackBoardContainer.tsx @@ -171,6 +171,9 @@ class FeedbackBoardContainer extends React.Component 0) ? votes.reduce((a, b) => a + b) : 0 }); } catch (error) { @@ -260,10 +266,14 @@ class FeedbackBoardContainer extends React.Component { @@ -464,7 +474,7 @@ class FeedbackBoardContainer extends React.Component allTeamMembers.findIndex(existingMember => existingMember.identity.id !== m.identity.id) === -1); allTeamMembers.push(...members); } @@ -604,7 +614,7 @@ class FeedbackBoardContainer extends React.Component allTeamMembers.findIndex(existingMember => existingMember.identity.id !== m.identity.id) === -1); allTeamMembers.push(...members); } @@ -894,7 +904,7 @@ class FeedbackBoardContainer extends React.Component