Merge cbbadac979090baa55c1e9c18440e48ea036a427 into 4b96d236212b1212976f4c3c60479e7aaed866cb

This commit is contained in:
Adele Reed 2025-03-26 16:10:35 -07:00 committed by GitHub
commit a9f9411b9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
),