We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277758f commit abef865Copy full SHA for abef865
lib/algora_web/live/org/job_live.ex
@@ -289,7 +289,10 @@ defmodule AlgoraWeb.Org.JobLive do
289
job={@job}
290
contributions={Map.get(@contributions_map, match.user.id, [])}
291
contract_type="bring_your_own"
292
- anonymized={@current_org.hiring_subscription != :active}
+ anonymized={
293
+ @current_org.hiring_subscription != :active and
294
+ not (@current_user && @current_user.is_admin)
295
+ }
296
heatmap_data={Map.get(@heatmaps_map, match.user.id)}
297
/>
298
</div>
0 commit comments