Merge branch 'master' of https://gitlab.chiefsoft.net/WrenchBoard/Users-Wrench into resources-page

This commit is contained in:
2023-07-05 14:45:51 +01:00
@@ -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>