diff --git a/app/table/cells/TypeValueCell.tsx b/app/table/cells/TypeValueCell.tsx index cd0b96ffe8..f48ca41bae 100644 --- a/app/table/cells/TypeValueCell.tsx +++ b/app/table/cells/TypeValueCell.tsx @@ -14,7 +14,7 @@ export type TypeValue = { } export const TypeValueCell = ({ type, value }: TypeValue) => ( -
+
{type} {value}