chore: release [ci skip]
This commit is contained in:
@@ -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 ký ({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 có ai đăng ký
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user