generatepress adsense settings

hello experts,

i have an affiliate site (https://gotennisracquets.com/)) adsense approved.
what i need is my adsense ads only show in blog Category posts.

I have tried to run the below-mentioned code in theme editor → single.php

if (is_category( '9' );) {
//do nothing
} else {
//show google ads
}

Please can anyone help out here