Skip to content

Commit

Permalink
chore: 필요없는 선언 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj2713 committed Aug 11, 2024
1 parent b169f3d commit a3dd68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Header from "../Header";

export default function Layout() {
return (
<ErrorBoundary fallback={<ErrorElement fallbackUrl="/" />}>
<ErrorBoundary fallback={<ErrorElement />}>
<CookiesProvider>
<ScrollHeaderStyleProvider>
<PhoneNumberProvider>
Expand Down

0 comments on commit a3dd68d

Please sign in to comment.