Skip to content

Commit db0cc5a

Browse files
style(lint): fix eslint error
1 parent ea61641 commit db0cc5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/ui/components/error-handler/error-page.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ interface ErrorPageProps {
77
export default function ErrorPage({ Message }: ErrorPageProps): React.Element {
88
warn(Message);
99

10+
// eslint-disable-next-line react/no-useless-fragment -- This is a placeholder for future functions.
1011
return <></>;
1112
}

0 commit comments

Comments
 (0)