Update traders_list.php

This commit is contained in:
tripathyr 2022-04-12 17:26:26 +05:30 committed by GitHub
parent 64671dce58
commit 59fc5c9e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,3 @@
<?php if (isset($OrderClass)) { ?>
<h4>Trader's list</h4>
<h5><a href="traders" target="_blank">View All</a></h5>
<?php if ( isset($tradersList) && is_array($tradersList) && !empty($tradersList)) { ?>
@ -24,4 +22,4 @@
<?php } else {
echo '<h4>No traders found!</h4>';
}} ?>
} ?>