Skip to content

Commit

Permalink
fix(lint): lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Jan 22, 2024
1 parent 117653a commit 420b458
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div role="alert">
<h2>Uh-oh!😔 Please pardon the mesh.</h2>
Expand Down

0 comments on commit 420b458

Please sign in to comment.