fix
This commit is contained in:
parent
443d1c4fbe
commit
15347f25dc
|
@ -108,7 +108,7 @@ class Panel::Survey::BackEnd::SurveysController < OrbitBackendController
|
||||||
end
|
end
|
||||||
end.flatten
|
end.flatten
|
||||||
else
|
else
|
||||||
' '
|
[' ']
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
max_length = csv_stats.map(&:length).max
|
max_length = csv_stats.map(&:length).max
|
||||||
|
|
Reference in New Issue