Skip to content

Commit

Permalink
use correct value in template
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpAribal committed Apr 13, 2024
1 parent 245ca1b commit 0347397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a href="#pp_var_{{ alert.anchor_id }}"><code>{{ alert.column_name }}</code></a> has constant value "{{ alert.values['mode'] }}"
<a href="#pp_var_{{ alert.anchor_id }}"><code>{{ alert.column_name }}</code></a> has constant value "{{ alert.values['value_counts_without_nan'].index[0] }}"

0 comments on commit 0347397

Please sign in to comment.