Skip to content

Commit

Permalink
feat(PN-10623): remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahDonvito committed Apr 19, 2024
1 parent a4f6182 commit a669103
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/pn-pa-webapp/src/redux/auth/reducers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ const userSlice = createSlice({
});
builder.addCase(getInstitutions.fulfilled, (state, action) => {
state.institutions = action.payload;
// const currentInstitutionParentName = state.institutions.find(
// (e) => e.id === state.user.organization.id
// )?.parentName;
// state.user.organization.parentDescription = currentInstitutionParentName;
});
builder.addCase(getProductsOfInstitution.fulfilled, (state, action) => {
state.productsOfInstitution = action.payload;
Expand Down

0 comments on commit a669103

Please sign in to comment.