Update
This commit is contained in:
parent
8614b71e94
commit
759ceac608
2 changed files with 6 additions and 3 deletions
|
@ -87,9 +87,13 @@ const Imprint = () => {
|
|||
imprintData: { name, address, phone, email, url, error },
|
||||
} = useImprintData();
|
||||
|
||||
useEffect(() => {
|
||||
console.error(error);
|
||||
}, [error]);
|
||||
|
||||
return (
|
||||
<>
|
||||
{error ? (
|
||||
{!error ? (
|
||||
<ListContainer>
|
||||
<Hl>About</Hl>
|
||||
<ItemList>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue