Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
motenko committed Jan 11, 2024
1 parent 4655c77 commit 6a2cee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/main-app/src/components/pathway/pathwayWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ class PathwayWidget extends Component {
{
(this.state.gocams.loaded && this.state.gocams.list && this.state.gocams.list.length > 0) ?
<div style={{ "padding": "1rem 0.2rem" }}>
<span pan style={{ "paddingRight": "1rem"}}>Available GO-CAMs: </span>
<span style={{ "paddingRight": "1rem"}}>Available GO-CAMs: </span>
<select id="modPathwaySelect" value={this.state.gocams.selected} onChange={(evt) => this.gocamChanged(evt) } style={{ "minWidth": "1130px" }}>
{this.state.gocams.list.map(elt => {
return <option value={elt.gocam}>{elt.title}</option>
Expand Down

0 comments on commit 6a2cee3

Please sign in to comment.