Adele Reed
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
web/src/index.js
|
|
@ -109,6 +109,7 @@ class App extends Component { |
|
|
|
const packsWithFilteredStickers = allPacks.map(pack => ({ |
|
|
|
...pack, |
|
|
|
stickers: pack.stickers.filter(sticker => |
|
|
|
sanitizeString(pack.title).includes(searchTerm) || |
|
|
|
sanitizeString(sticker.body).includes(searchTerm) || |
|
|
|
sanitizeString(sticker.id).includes(searchTerm) |
|
|
|
), |
|
|
|