From 680dc1433700042b3907e62f4a04ff85c63909c0 Mon Sep 17 00:00:00 2001 From: Daniel Xiao Date: Mon, 19 Dec 2022 23:04:15 -0800 Subject: [PATCH] FlowNavigation.tsx - stupid semicolon --- .../src/components-layout/FlowNavigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/statement-generator/src/components-layout/FlowNavigation.tsx b/products/statement-generator/src/components-layout/FlowNavigation.tsx index c0880dda..6e01434d 100644 --- a/products/statement-generator/src/components-layout/FlowNavigation.tsx +++ b/products/statement-generator/src/components-layout/FlowNavigation.tsx @@ -57,7 +57,7 @@ export default function FlowNavigation({ } else { goNextStep(); } - }, []) + }, []); return (