Skip to content

Commit

Permalink
Prevent adding car from start transaction screen when car component n…
Browse files Browse the repository at this point in the history
…ot active
  • Loading branch information
AlixH committed Jan 11, 2022
1 parent d009b30 commit b0da919
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 b0da919

Please sign in to comment.