Compare commits
No commits in common. "fa8638c411060fe12307e4669ae3f2f72d7e5814" and "5d10f0a315723515aeee0d20abd1916dc176f17c" have entirely different histories.
fa8638c411
...
5d10f0a315
|
@ -680,7 +680,7 @@ class ProductCartItem extends React.PureComponent {
|
|||
<img className="alert-warning" src={warning ? `/images${warning.icon}` : null} />
|
||||
)}
|
||||
|
||||
{warning && model.showWarning && (
|
||||
{warning && (
|
||||
<div className={`k-popup-warning ${shouldTooltipWarningClassInverted ? 'inverted': ''}`}>
|
||||
<p className="rule warning">
|
||||
<i>{warning.message}</i>
|
||||
|
|
Loading…
Reference in New Issue