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