removed table headers if no record is found #480

Merged
ameye merged 1 commits from history-header-removal into master 2023-11-01 20:08:55 +00:00
@@ -43,7 +43,7 @@ function PurchasesTable({purchase}) {
</div>
:
<div className="p-2 text-slate-500 flex flex-col grow justify-center items-center">
<span>No Payment History Found!</span>
<span>No Purchase History Found!</span>
</div>
}