Skip to content

Commit

Permalink
remove unuset table-infos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Oct 29, 2024
1 parent 215e355 commit b1f7a21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/views/additionals/charts/_pie_with_value_table.slim
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
canvas id="#{@chart[:id]}" style="width: #{@chart[:width]}px; height: #{@chart[:height]}px;"
.additionals-table-of-values
= render 'additionals/chart_table_values'
- if defined?(table_infos) && table_infos.present?
.table-infos.values
= table_infos

.clear-both

javascript:
Expand Down

0 comments on commit b1f7a21

Please sign in to comment.