mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
5 lines
143 B
JavaScript
5 lines
143 B
JavaScript
function StoreLandingUnseenGiftModalContainer(a) {
|
|
const giftsSeen = { a };
|
|
return ((gift) => (gift.id ? giftsSeen[gift.id] : false))();
|
|
}
|