Closed ivancuric closed 7 years ago
I realized that in case when a number is interpolated and its value is 0
, we probably still want to show it :) I restricted the filter to only rejecting null
and undefined
: https://github.com/stasm/innerself/commit/5c57686175b3fe90f149a6cf3e0fba96011d5328.
Makes sense, didn't think of that edge case.
Thanks!