Skip to content

Commit

Permalink
Enable in production only
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Dec 7, 2020
1 parent 9115b71 commit 8eca126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-core/src/core/CoreAdminUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const CoreAdminUI: FunctionComponent<AdminUIProps> = ({
]);
return (
<>
{process.env.NODE_ENV === 'development' &&
{process.env.NODE_ENV === 'production' &&
disableTelemetry !== true &&
typeof window !== 'undefined' ? (
<img
Expand Down

0 comments on commit 8eca126

Please sign in to comment.