Skip to content

Commit bece5d5

Browse files
committed
UPS-5748 - Don't show omruilen bij text when onlineExchangeAble
1 parent 6ed704e commit bece5d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/uitpas/search/detail/UiTPasAdvantageDescription.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ export default class UiTPasAdvantageDescription extends React.Component {
7272
}
7373

7474
renderCounters() {
75-
if (this.props.advantage.balies && this.props.advantage.balies.length > 0) {
75+
if (
76+
this.props.advantage.balies &&
77+
this.props.advantage.balies.length > 0 &&
78+
!this.isOnlineExchangeable()
79+
) {
7680
return (
7781
<div className="counters">
7882
<strong>Omruilen bij: </strong>

0 commit comments

Comments
 (0)