It looks like you're new here. If you want to get involved, click one of these buttons!
<<listItemsFiltered $player function(item){return item.type === 'top'}>>
<<set $showTopsOnly to function(item){return item.type === 'top'}>> <<listItemsFiltered $player $showTopsOnly>>
Comments
You should be doing one of three things with your predicate function here: