fix: correct variable name for user reward points in member overview blade template
This commit is contained in:
parent
df8ef13552
commit
1328217f0d
@ -9,7 +9,7 @@
|
|||||||
<flux:callout.heading>
|
<flux:callout.heading>
|
||||||
{{ auth()->user()?->membership?->tier?->name }}
|
{{ auth()->user()?->membership?->tier?->name }}
|
||||||
<flux:badge color="emerald" size="sm" inset="top bottom">
|
<flux:badge color="emerald" size="sm" inset="top bottom">
|
||||||
{{ auth()->user()?->membership?->tier_points }} Poin</flux:badge>
|
{{ auth()->user()?->membership?->reward_points }} Poin</flux:badge>
|
||||||
</flux:callout.heading>
|
</flux:callout.heading>
|
||||||
|
|
||||||
<flux:callout.text>
|
<flux:callout.text>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user