Skip to content

Commit

Permalink
Merge remote-tracking branch 'Marcool04/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Feb 4, 2024
2 parents c81177d + bc84327 commit b43c037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ClosedChoiceEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ClosedChoiceEdit extends React.Component<
<option key={s} value={s}>
{s === "unspecified"
? ""
: translateChoice(s, this.props.field.definition.key)}
: translateChoice(s)}
</option>
))
}
Expand Down

0 comments on commit b43c037

Please sign in to comment.