fix: project states fixes (#2731)
* fix: project states fixes * fix: states fixes * fix: formating all files
This commit is contained in:
parent
bd1a850f35
commit
20fb79567f
156 changed files with 1585 additions and 1758 deletions
|
|
@ -12,9 +12,7 @@ import Script from "next/script";
|
|||
|
||||
class MyDocument extends Document {
|
||||
render() {
|
||||
const isSessionRecorderEnabled = parseInt(
|
||||
process.env.NEXT_PUBLIC_ENABLE_SESSION_RECORDER || "0"
|
||||
);
|
||||
const isSessionRecorderEnabled = parseInt(process.env.NEXT_PUBLIC_ENABLE_SESSION_RECORDER || "0");
|
||||
|
||||
return (
|
||||
<Html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue