fix: fix bad export on filterStatusComponent

This commit is contained in:
Leangseu Kim
2022-03-17 07:06:07 -04:00
committed by leangseu-edx
parent e656534a51
commit 25aae2cec8

View File

@@ -63,3 +63,5 @@ FilterStatusComponent.propTypes = {
clearFiltersText: PropTypes.string,
showFilteredFields: PropTypes.bool,
};
export default FilterStatusComponent;