Fix variable usage

This commit is contained in:
Nicolas Mowen 2025-03-14 09:09:53 -06:00
parent 9eef41d8ea
commit 77f8c70c02

View File

@ -344,7 +344,7 @@ function TrainingGrid({
key={image}
image={image}
faceNames={faceNames}
threshold={config.face_recognition.threshold}
threshold={config.face_recognition.recognition_threshold}
selected={selectedFaces.includes(image)}
onClick={() => onClickFace(image)}
onRefresh={onRefresh}