From 3401787efb20ebd1e2fc688ccab317e5f34cb825 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Thu, 20 Oct 2022 12:51:16 +0200 Subject: [PATCH] chore: template simplification (#104) we obviously only need the condition around the table cell head element --- .../_patterns/02-components/table/table.hbs | 24 ++++++------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/source/_patterns/02-components/table/table.hbs b/source/_patterns/02-components/table/table.hbs index 50663fd657..0ffb0fa046 100644 --- a/source/_patterns/02-components/table/table.hbs +++ b/source/_patterns/02-components/table/table.hbs @@ -16,22 +16,12 @@
- {{! TODO: Not elegant, but working for the moment… }} - {{#if rowtitle }} - {{#each cells }} -