Advanced custom fields Repeater conditional statement not working [closed]

if(get_sub_field('catalog_product_title'));

; is for ending a statement in php

If you remove that ; your if statement should work.