How do I hide a button in a repeater's item when its dB field is empty?

@contact13073 Instead of:

let url = itemData.url;

You want something like thisA:

let url = itemData.link;