Skip to content
Snippets Groups Projects
Commit 6d46bb01 authored by Lionel Trebuchon's avatar Lionel Trebuchon
Browse files

Sometimes, I hate git

parents b808d986 75bd3346
No related branches found
No related tags found
No related merge requests found
......@@ -97,4 +97,4 @@ export default class newJob extends EditView {
]),
]);
}
}
}
\ No newline at end of file
......@@ -47,7 +47,6 @@ export default class viewJob extends ItemView {
),
m(
Property, { title: 'Offer ends:', style: stdMargin },
this.data.time_advertising_end ? `${dateFormatter(this.data.time_advertising_end)}` : '',
),
]),
// m('div.viewcontainercolumn', [
......@@ -98,5 +97,3 @@ export default class viewJob extends ItemView {
// }),
// ]),
]);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment