From 9f078637ef882d478c51f0dc09fb970120196124 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Tue, 7 Sep 2021 10:37:48 -0400 Subject: [PATCH] workaround for https://github.com/pugjs/pug/issues/3263 --- views/webtools/officers.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/webtools/officers.pug b/views/webtools/officers.pug index f048070..e900d4b 100644 --- a/views/webtools/officers.pug +++ b/views/webtools/officers.pug @@ -49,7 +49,7 @@ - let i = 0 - each officer in officers + each oicer in oicers if i % 2 === 0 else