diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-07 17:54:51 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-07 17:54:51 +0530 |
| commit | ed064aa7e98868809a0be711b070cef7adef186e (patch) | |
| tree | 81580b4aa68f79269279fe9f8e4d0dcf5f281214 /src/client/views/collections/collectionFreeForm | |
| parent | 20149e4849b8c24ba98ea1372f6ab3def6585265 (diff) | |
minor changes + attempt to move around the notifs button
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/PropertiesView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.tsx b/src/client/views/collections/collectionFreeForm/PropertiesView.tsx index 1a8ee3ea1..516160acc 100644 --- a/src/client/views/collections/collectionFreeForm/PropertiesView.tsx +++ b/src/client/views/collections/collectionFreeForm/PropertiesView.tsx @@ -959,9 +959,9 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { <div className="propertiesView-name"> {this.editableTitle} <div className="propertiesView-presSelected"> - {PresBox.Instance?._selectedArray.length} selected + {PresBox.Instance._selectedArray.length} selected <div className="propertiesView-selectedList"> - {PresBox.Instance?.listOfSelected} + {PresBox.Instance.listOfSelected} </div> </div> </div> |
