status_text
This commit is contained in:
@@ -112,7 +112,7 @@ export default function ParentWaitingTable() {
|
|||||||
{new Date(item.added).toLocaleString().split(',')[0]}
|
{new Date(item.added).toLocaleString().split(',')[0]}
|
||||||
|
|
||||||
</p>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user