delete commented code

This commit is contained in:
Keith Grant 2020-02-18 10:10:18 -08:00
parent 1f3ad85403
commit 30d97e2fa8

View File

@ -247,5 +247,4 @@ function JobList({ i18n }) {
);
}
// export { JobList as _JobList };
export default withI18n()(JobList);