Illustrate the problem

This commit is contained in:
Rick Carlino 2018-09-06 13:57:36 -05:00
parent b18c3e1c5c
commit 4fe952a0e3

View file

@ -25,7 +25,7 @@ export class MarkAs extends React.Component<StepParams, MarkAsSelection> {
adjective = () => {
return <Col xs={4}>
<label>{t("As " + this.state.adjective.label)}</label>
<label>{t("state.adjective.label = " + this.state.adjective.label)}</label>
<FBSelect
key={"hmmm" + this.props.index}
list={betterCompact(adjectiveList(this.state))}