Skip to content

Commit

Permalink
Update the company properties title.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud-Emad committed Oct 29, 2023
1 parent 4fc4aa7 commit fb3e5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/componants/profile/Company.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="card-header">Company properties</div>
<div class="card-body">
{#if typeof companies === "undefined" || !Array.isArray(companies) || companies.length === 0}
<p class="my-2 name">No companies found</p>
<p class="my-2 name">No properties found</p>
{:else}
<div class="row">
{#each companies as company, index (index)}
Expand Down

0 comments on commit fb3e5cd

Please sign in to comment.