keevo-components 1.2.12 → 1.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -945,6 +945,7 @@ class TableComponent {
945
945
  value = this.codigoFipePipe.transform(value);
946
946
  break;
947
947
  }
948
+ return value;
948
949
  }
949
950
  }
950
951
  adjustTableSize() {