Skip to content

Commit

Permalink
Merge pull request sap-labs-france#597 from sap-labs-france/hotfix
Browse files Browse the repository at this point in the history
Prevent adding car from start transaction screen when car component not active
  • Loading branch information
LucasBrazi06 authored Jan 11, 2022
2 parents a51d29a + b0da919 commit 57ba8b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ export default class ChargingStationConnectorDetails extends BaseAutoRefreshScre
{/* Badge */}
{this.renderTagSelection(style)}
{/* Car */}
{this.renderCarSelection(style)}
{this.securityProvider?.isComponentCarActive() && this.renderCarSelection(style)}
</ScrollView>
)}
</View>
Expand Down

0 comments on commit 57ba8b3

Please sign in to comment.