From d45c3ebf33ca5da277bc0df3d7a60e7571b65468 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Sat, 7 May 2022 15:46:56 -0400 Subject: [PATCH] correct missing quote --- frontend/files/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/files/app.js b/frontend/files/app.js index bfe23a0..7a4451e 100644 --- a/frontend/files/app.js +++ b/frontend/files/app.js @@ -161,7 +161,7 @@ function TableRowTemplate({ title, year, }) { - return ` + return ` ${title} ${ signed ? '︎' : ""