Merge pull request #486 from quantified-uncertainty/no-types-arrays
Always puts new elements on different lines.
This commit is contained in:
commit
e866ff062c
|
@ -54,7 +54,7 @@ export const VariableBox: React.FC<VariableBoxProps> = ({
|
|||
</variableBox.Component>
|
||||
);
|
||||
} else {
|
||||
return <>{children}</>;
|
||||
return <div>{children}</div>;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user