React Js conditionally applying class attributes I want to conditionally show and hide this button group depending on what is passed in from the parent component which looks like this: <TopicNav showBulkActions={this.__hasMultipleSelected} /> …. __hasMultipleSelected:... May 6, 2022 0 Comments