From 420b4583c71d107fb0160f750dc8df4231a2e036 Mon Sep 17 00:00:00 2001 From: Sudhanshu Dasgupta Date: Mon, 22 Jan 2024 20:42:01 +0530 Subject: [PATCH] fix(lint): lint fix Signed-off-by: Sudhanshu Dasgupta --- packages/components/src/custom/ErrorBoundary/ErrorBoundary.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/custom/ErrorBoundary/ErrorBoundary.tsx b/packages/components/src/custom/ErrorBoundary/ErrorBoundary.tsx index a4062453..22daafe4 100644 --- a/packages/components/src/custom/ErrorBoundary/ErrorBoundary.tsx +++ b/packages/components/src/custom/ErrorBoundary/ErrorBoundary.tsx @@ -25,7 +25,7 @@ interface FallbackComponentProps extends FallbackProps { children?: ReactNode; } -function Fallback({ error, resetErrorBoundary, children }: FallbackComponentProps): JSX.Element { +function Fallback({ error, children }: FallbackComponentProps): JSX.Element { return (

Uh-oh!😔 Please pardon the mesh.