add card to notification
This commit is contained in:
@@ -52,6 +52,7 @@ import {PreviewableUserAvatar, UserAvatar} from '../util/UserAvatar'
|
||||
|
||||
import hairlineWidth = StyleSheet.hairlineWidth
|
||||
import {StarterPackIcon} from '#/components/icons/StarterPackIcon'
|
||||
import {StarterPackCard} from '#/components/StarterPack/StarterPackCard'
|
||||
|
||||
const MAX_AUTHORS = 5
|
||||
|
||||
@@ -305,7 +306,9 @@ let FeedItem = ({
|
||||
showLikes
|
||||
/>
|
||||
) : null}
|
||||
{item.type === 'starter-pack-signup' ? <></> : null}
|
||||
{item.type === 'starter-pack-signup' ? (
|
||||
<StarterPackCard type="notification" />
|
||||
) : null}
|
||||
</View>
|
||||
</Link>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user