This commit is contained in:
parent
41719e0a85
commit
f630a8c639
|
@ -134,7 +134,7 @@ export default class acclist extends React.Component {
|
||||||
|
|
||||||
if (
|
if (
|
||||||
sessionStorage.getItem('productsList') &&
|
sessionStorage.getItem('productsList') &&
|
||||||
JSON.parse(sessionStorage.getItem('productsList')).length > 1
|
JSON.parse(sessionStorage.getItem('productsList'))?.length > 1
|
||||||
) {
|
) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue