Fixed required stars

This commit is contained in:
Lucas Oliveira 2024-03-30 02:00:39 +02:00
commit cb64e6ba23

View file

@ -402,8 +402,8 @@ export default function ParameterComponent({
{title}
</span>
)}
<span className={(info === "" ? "" : "ml-1 ") + " text-status-red"}>
{required ? " *" : ""}
<span className={(info === "" ? "" : "ml-1 ") + " text-status-red pl-1"}>
{required ? "*" : ""}
</span>
<div className="">
{info !== "" && (