|
|
@@ -80,13 +80,13 @@ export default function BaseGrid({rows}) { |
|
|
|
renderCell: (params) => ( |
|
|
|
isORGLoggedIn()? |
|
|
|
<div> |
|
|
|
<Typography>Care Of: {params.row.careOf}</Typography> |
|
|
|
<Typography variant="pnspsNormalText">Care Of: {params.row.careOf}</Typography> |
|
|
|
<Typography> |
|
|
|
<FormattedMessage id="myRemarks"/>: {params.row.remarks} |
|
|
|
<FormattedMessage variant="pnspsNormalText" id="myRemarks"/>: {params.row.remarks} |
|
|
|
</Typography> |
|
|
|
</div>: |
|
|
|
<div> |
|
|
|
<Typography>{params.row.remarks}</Typography> |
|
|
|
<Typography variant="pnspsNormalText">{params.row.remarks}</Typography> |
|
|
|
</div> |
|
|
|
) |
|
|
|
}, |
|
|
|