diff --git a/src/react-components/profile-entry-panel.js b/src/react-components/profile-entry-panel.js index e976b6184b86ed72a4be6ca396ee81aac194b671..1d7f61f54620cfa2b9d6e1dee23c506b6fcf1cac 100644 --- a/src/react-components/profile-entry-panel.js +++ b/src/react-components/profile-entry-panel.js @@ -86,7 +86,7 @@ class ProfileEntryPanel extends Component { className="profile-entry__avatar-selector" src={ /* HACK: Have to account for the smoke test server like this. Feels wrong though. */ - `$/{/smoke/i.test(location.hostname) ? "smoke-" : ""}avatar-selector.html#avatar_id=${ + `/${/smoke/i.test(location.hostname) ? "smoke-" : ""}avatar-selector.html#avatar_id=${ this.state.avatar_id }` }