mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 22:35:45 +00:00
refactor(FE-438): Remove CV field from Uniformity preview
This commit is contained in:
@@ -103,11 +103,6 @@ const UniformityDetailsPreview = ({
|
||||
label: 'Uniformity',
|
||||
value: `${result.uniformity} %`,
|
||||
},
|
||||
{
|
||||
id: 'cv',
|
||||
label: 'CV',
|
||||
value: `${result.cv} %`,
|
||||
},
|
||||
];
|
||||
}, [result]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user