Skip to content
Snippets Groups Projects
Commit bc0fb898 authored by Bruno Windels's avatar Bruno Windels
Browse files

remove title here

parent b5daf8fe
No related branches found
No related tags found
No related merge requests found
......@@ -62,11 +62,7 @@ class AllClientsView extends TemplateView {
class ContinueWithClientView extends TemplateView {
render(t, vm) {
const backTitle = "Back to all clients";
return t.div({className: "ClientListView"}, [
t.h2([
t.span(`Continue with ${vm.clientViewModel.name}`)
]),
t.div({className: "list"}, t.view(new ClientView(vm.clientViewModel)))
]);
}
......
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