Skip to content

Commit 31f9dab

Browse files
fmt
1 parent 7ad629d commit 31f9dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Collections/SearchQuality/SearchQualityPanel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const VectorTableRow = ({ vectorObj, name, onCheckIndexQuality, precision, isInP
4747
{isInProgress && <LinearProgress />}
4848
{!isInProgress && (
4949
<Box display="flex" alignItems="center">
50-
<Typography variant="subtitle1" component={'span'} color="text.secondary" >
50+
<Typography variant="subtitle1" component={'span'} color="text.secondary">
5151
{precision ? `${precision * 100}%` : null}
5252
</Typography>
5353
<Tooltip title="Check index quality">

0 commit comments

Comments
 (0)