Show author bio box

Try this one :

<?php
$authordesc = get_the_author_meta( 'description' );

if ( ! empty ( $authordesc ) ){ ?>
<div class="blog-article-author">
    //author info here...
</div>
<?php } ?>