|
|
@ -208,7 +208,7 @@ class Listjihe extends Component {
|
|
|
|
items === undefined || items === null ? "" : items.choices.map((object, index) => {
|
|
|
|
items === undefined || items === null ? "" : items.choices.map((object, index) => {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<p className={index === 1 ? "sortinxdirection ml10" : "sortinxdirection "}>
|
|
|
|
<p className={index === 1 ? "sortinxdirection ml10" : "sortinxdirection "}>
|
|
|
|
<Radio disabled={false} disabled={true} >
|
|
|
|
<Radio disabled={true} >
|
|
|
|
{object.choice_text}
|
|
|
|
{object.choice_text}
|
|
|
|
</Radio>
|
|
|
|
</Radio>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|