For anyone else looking for an answer I found it:
if( has_term( 'myterm', 'topic-tag' ) ) {
// do something
}
For anyone else looking for an answer I found it:
if( has_term( 'myterm', 'topic-tag' ) ) {
// do something
}