chore: tidy
This commit is contained in:
parent
61dac8ddfb
commit
82470b9747
|
@ -36,13 +36,7 @@ const Literal = ({
|
||||||
.map((tierOption) => <option key={tierOption}>{tierOption}</option>)
|
.map((tierOption) => <option key={tierOption}>{tierOption}</option>)
|
||||||
}
|
}
|
||||||
</select>
|
</select>
|
||||||
{
|
{Component ? <Component value={value.value} /> : null}
|
||||||
(() => {
|
|
||||||
return Component
|
|
||||||
? <Component value={value.value} />
|
|
||||||
: null;
|
|
||||||
})()
|
|
||||||
}
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user