mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 22:54:22 +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
|
throw error
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
children={children}
|
>
|
||||||
/>
|
{children}
|
||||||
|
</SWRConfig>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue