1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00

Make code harder to read

thanks eslint
This commit is contained in:
Steffo 2022-07-19 20:31:25 +02:00
parent 5952bf54f8
commit 9c31ae8340
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -55,8 +55,9 @@ export const AxiosSWRFetcherProvider = ({ children }: AxiosSWRFetcherProviderPro
throw error
},
}}
children={children}
/>
>
{children}
</SWRConfig>
)
}