chore: release [ci skip]

This commit is contained in:
gitea-actions
2026-05-14 03:23:00 +00:00
parent 9ed4889310
commit 43658ace21
9 changed files with 292 additions and 323 deletions
@@ -140,9 +140,7 @@ export default function ShiftDetailModal({
<p className="text-[10px] font-semibold text-(--color-text-muted) uppercase">
Thời lượng
</p>
<p className="text-foreground mt-1 text-sm font-bold">
{""} giờ
</p>
<p className="text-foreground mt-1 text-sm font-bold">{""} giờ</p>
</div>
<div className="rounded-xl bg-gray-50 p-3">
<p className="text-[10px] font-semibold text-(--color-text-muted) uppercase">
@@ -160,7 +158,7 @@ export default function ShiftDetailModal({
Nhân viên đã đăng ({shift.registeredStaff!.length}/
{shift.maxStaff})
</p>
{(shift.registeredStaff && shift.registeredStaff.length === 0) ? (
{shift.registeredStaff && shift.registeredStaff.length === 0 ? (
<p className="text-xs text-(--color-text-muted) italic">
Chưa ai đăng
</p>