Merge pull request #486 from quantified-uncertainty/no-types-arrays

Always puts new elements on different lines.
This commit is contained in:
Ozzie Gooen 2022-05-04 18:51:47 -04:00 committed by GitHub
commit e866ff062c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ export const VariableBox: React.FC<VariableBoxProps> = ({
</variableBox.Component>
);
} else {
return <>{children}</>;
return <div>{children}</div>;
}
};