Skip to content

Commit

Permalink
OP-1306: Fixed product from district in policy. (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzglinieckisoldevelo committed Mar 20, 2023
1 parent 794b1d7 commit b2449bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/PolicyMasterPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class PolicyMasterPanel extends FormPanel {
locationId={
!!edited.family
? decodeId(
edited.family?.location?.parent?.parent?.parent?.id
edited.family?.location?.parent?.parent?.id
)
: 0
}
Expand Down
1 change: 0 additions & 1 deletion src/components/PolicyValuesPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class PolicyValuesPanel extends Component {
} = this.props;

let readOnly = contributionPanelReadOnly;
console.log(readOnly);
return (
<Grid item xs={12}>
<Paper className={classes.paper}>
Expand Down

0 comments on commit b2449bf

Please sign in to comment.