Ooops, missed brace
This commit is contained in:
parent
685a566c85
commit
e9d2ed7617
|
|
@ -29,6 +29,7 @@ export const logPageView = (path) => {
|
|||
}
|
||||
catch(error) {
|
||||
console.log("Error logging page view", error);
|
||||
}
|
||||
}
|
||||
else {
|
||||
ignoredFirstPageView = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue