diff --git a/client_assets.php b/client_assets.php
index dabd8285..ef305fce 100644
--- a/client_assets.php
+++ b/client_assets.php
@@ -138,7 +138,7 @@ $total_pages = ceil($total_found_rows / 10);
$row = mysqli_fetch_array($sql_assigned);
$contact_name = $row['contact_name'];
if(empty($contact_name)){
- $contact_name = "";
+ $contact_name = "";
}
?>