Skip to content

Commit 04519a2

Browse files
committed
Add a more prominent place for people to find face sensing (please give me better pictures)
1 parent eb94860 commit 04519a2

File tree

4 files changed

+626
-0
lines changed

4 files changed

+626
-0
lines changed

src/containers/extension-library.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ class ExtensionLibrary extends React.PureComponent {
166166
const locale = this.props.intl.locale;
167167
library.push(
168168
...this.state.gallery
169+
.filter(i => i.extensionId !== 'faceSensing')
169170
.map(i => translateGalleryItem(i, locale))
170171
.map(toLibraryItem)
171172
);
Lines changed: 255 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)