From 9c31ae834083298d8242c5db5e7ebb9b0ad95367 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 19 Jul 2022 20:31:25 +0200 Subject: [PATCH] Make code harder to read thanks eslint --- components/auth/requests.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/auth/requests.tsx b/components/auth/requests.tsx index b1c0101..2d44f4b 100644 --- a/components/auth/requests.tsx +++ b/components/auth/requests.tsx @@ -55,8 +55,9 @@ export const AxiosSWRFetcherProvider = ({ children }: AxiosSWRFetcherProviderPro throw error }, }} - children={children} - /> + > + {children} + ) }