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

Debug merge errors

parent fa87272c
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ 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', [
......@@ -97,3 +98,5 @@ export default class viewJob extends ItemView {
// }),
// ]),
]);
}
}
\ No newline at end of file
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