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

Fix missing displayName

This commit is contained in:
Steffo 2022-07-19 20:30:28 +02:00
parent 729f136eb7
commit 4501456339
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -178,3 +178,4 @@ export const ErrorView = memo((props: ErrorProps) => {
/> />
) )
}) })
ErrorView.displayName = "ErrorView"