We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ed704e + bece5d5 commit 218df10Copy full SHA for 218df10
src/uitpas/search/detail/UiTPasAdvantageDescription.js
@@ -72,7 +72,11 @@ export default class UiTPasAdvantageDescription extends React.Component {
72
}
73
74
renderCounters() {
75
- if (this.props.advantage.balies && this.props.advantage.balies.length > 0) {
+ if (
76
+ this.props.advantage.balies &&
77
+ this.props.advantage.balies.length > 0 &&
78
+ !this.isOnlineExchangeable()
79
+ ) {
80
return (
81
<div className="counters">
82
<strong>Omruilen bij: </strong>
0 commit comments