summaryrefslogtreecommitdiff
path: root/app/components
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-01 21:08:18 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-01 21:08:18 +0000
commit61666f277a484725307ae2b34697b13a300b2129 (patch)
tree01f93083ca2cb9d0eeca1443a23c31a4bdbd5532 /app/components
parent4e3a998b8ec1351d8345863f6cad4b9bd497bd6a (diff)
downloadgitlab-ce-61666f277a484725307ae2b34697b13a300b2129.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/components')
-rw-r--r--app/components/diffs/stats_component.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/diffs/stats_component.rb b/app/components/diffs/stats_component.rb
index 74788133aa2..dc42a849ccf 100644
--- a/app/components/diffs/stats_component.rb
+++ b/app/components/diffs/stats_component.rb
@@ -19,7 +19,7 @@ module Diffs
name: f.file_path,
path: diff_file_path_text(f),
icon: diff_file_changed_icon(f),
- iconColor: "#{diff_file_changed_icon_color(f)}",
+ iconColor: diff_file_changed_icon_color(f).to_s,
added: f.added_lines,
removed: f.removed_lines
}