google notifications fires properly

This commit is contained in:
Godfrey M
2025-07-09 17:02:51 -07:00
parent 8214b11da5
commit 3bbd0fdbcd
2 changed files with 2 additions and 2 deletions
@@ -154,7 +154,7 @@ class CheckinComponentNotification extends Notification
KeyValue::create(
trans('mail.checkedin_from') ?: '',
$target->present()->fullName() ?: '',
trans('admin/consumables/general.remaining').': '.$item->availCount()->count(),
trans('admin/consumables/general.remaining').': '.$item->numRemaining(),
)
->onClick(route('components.show', $item->id))
)