status_text

This commit is contained in:
CHIEFSOFT\ameye
2023-07-05 08:58:08 -04:00
parent 3d61b3259d
commit 24ac0daf29
@@ -112,7 +112,7 @@ export default function ParentWaitingTable() {
{new Date(item.added).toLocaleString().split(',')[0]}
</p>
<p className="text-xs px-3 py-1.5 tracking-wide rounded-full bg-gold text-white">{item.status}</p>
<p className="text-xs px-3 py-1.5 tracking-wide rounded-full bg-gold text-white">{item.status_text}</p>
</div>
</div>
</li>