mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 22:54:22 +00:00
Fix missing displayName
This commit is contained in:
parent
729f136eb7
commit
4501456339
1 changed files with 2 additions and 1 deletions
|
@ -178,3 +178,4 @@ export const ErrorView = memo((props: ErrorProps) => {
|
|||
/>
|
||||
)
|
||||
})
|
||||
ErrorView.displayName = "ErrorView"
|
Loading…
Reference in a new issue