From 90530f4e2cf92b94b8f3b699e2bc30caac305c83 Mon Sep 17 00:00:00 2001 From: Andy Leuchtturm <d-leuchtturm@gmx.net> Date: Fri, 15 Sep 2023 14:50:51 +0200 Subject: [PATCH] delete empty last row --- pages/standards/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/standards/index.tsx b/pages/standards/index.tsx index 88f8a21..30bea07 100644 --- a/pages/standards/index.tsx +++ b/pages/standards/index.tsx @@ -251,4 +251,4 @@ export async function getStaticProps() { contentsString: JSON.stringify(contents), }, } -} +} \ No newline at end of file -- GitLab