diff --git a/components/tracking/index.js b/components/tracking/index.js index 1bdbf3b4..5439f388 100644 --- a/components/tracking/index.js +++ b/components/tracking/index.js @@ -50,7 +50,7 @@ export const Tracking = ({ googleTagManagerID, nonce, cookieObj }) => { ); }; -export const TrackingNoScript = ({ nonce, googleTagManagerID }) => ( +export const TrackingNoScript = ({ googleTagManagerID, nonce }) => (