Select the types of activity you want to include in your feed.
fix: remove duplicate linkConfirmModal code from paint function
The event handling code was incorrectly placed in paint() which doesn't have access to the event object 'e'. This code already exists correctly in the act() function.