0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Fixed linting error in Admin

This commit is contained in:
Peter Zimon 2022-08-23 12:26:51 +02:00
parent 2d8b907449
commit 8a2bb1f24e

View file

@ -71,7 +71,7 @@
{{#if (feature 'auditLog')}}
<li>
<LinkTo @route="settings.audit-log" @query={{hash user=user.id}}>
<LinkTo @route="settings.audit-log" @query={{hash user=this.user.id}}>
<span>View user activity</span>
</LinkTo>
</li>