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 a91e93a commit f9847e5Copy full SHA for f9847e5
lib/algora_web/live/org/job_live.ex
@@ -289,10 +289,7 @@ 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={
293
- @current_org.hiring_subscription != :active and
294
- not (@current_user && @current_user.is_admin)
295
- }
+ anonymized={@current_org.hiring_subscription != :active}
296
heatmap_data={Map.get(@heatmaps_map, match.user.id)}
297
/>
298
</div>
0 commit comments