mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
fix(footer): short circuit user for timetravel
This commit is contained in:
parent
91b47e56ff
commit
486b7d4da1
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@
|
|||
|
||||
<div
|
||||
class="time-travel"
|
||||
v-if="TIME_TRAVEL_ENABLED && user.permissions && user.permissions.fullAccess"
|
||||
v-if="TIME_TRAVEL_ENABLED && user?.permissions?.fullAccess"
|
||||
:key="lastTimeJump"
|
||||
>
|
||||
<a
|
||||
|
|
|
|||
Loading…
Reference in a new issue