Closed Bakudankun closed 4 years ago
gina#component#traffic#preset() returns a space (' ') when there is nothing to show, while gina#component#status#preset() returns empty string properly. This PR fixes that.
gina#component#traffic#preset()
' '
gina#component#status#preset()
Thanks for your contribution!
gina#component#traffic#preset()
returns a space (' '
) when there is nothing to show, whilegina#component#status#preset()
returns empty string properly. This PR fixes that.