Handle statistics result returning nil
The backend statistics return no results (nil) in some corner cases. We better use `blank?` than `empty?` to cover both empty array and nil.
Please register or sign in to comment
The backend statistics return no results (nil) in some corner cases. We better use `blank?` than `empty?` to cover both empty array and nil.