From f20000232572df8303e83658f68cd2d7bf23df5b Mon Sep 17 00:00:00 2001 From: yeokyoung song Date: Mon, 19 Feb 2024 02:48:14 +0900 Subject: [PATCH] fix: lint error --- pages/surveys/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/surveys/index.tsx b/pages/surveys/index.tsx index 8c232af..fa65bf8 100644 --- a/pages/surveys/index.tsx +++ b/pages/surveys/index.tsx @@ -45,6 +45,7 @@ const Page = () => { } Page.getLayout = () => { + //eslint-disable-next-line const { toPrevStep } = useFunnel() return (