Skip to content

Commit

Permalink
fix test fialures
Browse files Browse the repository at this point in the history
  • Loading branch information
A Jordan Simonds committed Dec 4, 2017
1 parent 32a2c2a commit 310f13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-instantsearch/src/components/PoweredBy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
'https://www.algolia.com/?' +
'utm_source=vue-instantsearch&' +
'utm_medium=website&' +
( location ? `utm_content=${location.hostname}&` : '' ) +
`utm_content=${location ? location.hostname : ''}&` +
'utm_campaign=poweredby'
);
},
Expand Down

0 comments on commit 310f13b

Please sign in to comment.