Skip to content

Commit 7347615

Browse files
committed
Enable in production only
1 parent 338ebe0 commit 7347615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-core/src/core/CoreAdminUI.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const CoreAdminUI: FunctionComponent<AdminUIProps> = ({
5757
}) => {
5858
return (
5959
<>
60-
{process.env.NODE_ENV === 'development' &&
60+
{process.env.NODE_ENV === 'production' &&
6161
disableTelemetry !== true &&
6262
typeof window !== 'undefined' ? (
6363
<img

0 commit comments

Comments
 (0)