Skip to content

Commit

Permalink
FIX: Check if the user still exists (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jancernik authored May 17, 2024
1 parent 86c312c commit 7556557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{#if this.currentUser.staff}}
{{#if (and reviewable.target_created_by this.currentUser.staff)}}
<ReviewQueueIpLookup @ip="init" @userId={{reviewable.target_created_by.id}} />
{{/if}}

0 comments on commit 7556557

Please sign in to comment.