Skip to content

Commit 8f29622

Browse files
committed
run prettier
1 parent a9f1c45 commit 8f29622

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

site/src/index.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ async function startApp() {
3131

3232
function isInternal() {
3333
return (
34-
process.env.NODE_ENV === "development" && (
35-
window.location.hostname.indexOf("localhost") > -1 ||
36-
window.location.hostname.indexOf("127.0.0.1") > -1
37-
)
34+
process.env.NODE_ENV === "development" &&
35+
(window.location.hostname.indexOf("localhost") > -1 ||
36+
window.location.hostname.indexOf("127.0.0.1") > -1)
3837
);
3938
}
4039

0 commit comments

Comments
 (0)