mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +00:00
Make code harder to read
thanks eslint
This commit is contained in:
parent
5952bf54f8
commit
9c31ae8340
1 changed files with 3 additions and 2 deletions
|
@ -55,8 +55,9 @@ export const AxiosSWRFetcherProvider = ({ children }: AxiosSWRFetcherProviderPro
|
|||
throw error
|
||||
},
|
||||
}}
|
||||
children={children}
|
||||
/>
|
||||
>
|
||||
{children}
|
||||
</SWRConfig>
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue