Skip to content

Commit

Permalink
fix title undefined error on console
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwiniHerle committed Oct 15, 2024
1 parent b911a2b commit d043739
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export default class ReactionDetailsProperties extends Component {
id="solvents_dd"
onSelect={this.handleOnSolventSelect}
variant="light"
title={reaction.tlc_solvents || ""}
>
{solventsItems}
</DropdownButton>
Expand Down

0 comments on commit d043739

Please sign in to comment.