remove title here

This commit is contained in:
Bruno Windels 2020-12-07 13:49:15 +01:00
parent b5daf8fe0a
commit bc0fb89846
1 changed files with 0 additions and 4 deletions

View File

@ -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)))
]);
}