diff options
| author | bobzel <zzzman@gmail.com> | 2024-08-26 11:22:38 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-08-26 11:22:38 -0400 |
| commit | cc3e1bc2c317cf34aba04e4935ae842b16ad4cae (patch) | |
| tree | 07d4e2b143dce4ac74942d970de41c18f6eabf6b /src/client/views/collections/collectionFreeForm/FaceCollectionBox.tsx | |
| parent | 6bc79c5dfc5f61bf5d1b1544d399703c8006b898 (diff) | |
cleanup of setting myXXstuff on dashboards
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/FaceCollectionBox.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/FaceCollectionBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/FaceCollectionBox.tsx b/src/client/views/collections/collectionFreeForm/FaceCollectionBox.tsx index de7c2c027..1cc1f59dc 100644 --- a/src/client/views/collections/collectionFreeForm/FaceCollectionBox.tsx +++ b/src/client/views/collections/collectionFreeForm/FaceCollectionBox.tsx @@ -164,7 +164,7 @@ export class UniqueFaceView extends ObservableReactComponent<UniqueFaceProps> { * This renders the sidebar collection of the unique faces that have been recognized. * * Since the collection of recognized faces is stored on the active dashboard, this class - * does not itself store any Docs, but accesses the uniqueFaces field of the current + * does not itself store any Docs, but accesses the myUniqueFaces field of the current * dashboard. Each Face collection Doc is rendered using a FaceCollectionDocView which * is not a CollectionView or even a DocumentView (but probably should be). */ |
