diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 2eb303c..1f3d260 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -3167,7 +3167,7 @@ const BoxModelSelectedModal = props => { switcherIcon={} > )), - [boxTypeList.length] + [boxTypeList.length, boxData.length] ); const getSvgProps = svg => { if (!svg) return;