Skip to content
Snippets Groups Projects
Commit 1295f50c authored by Brian Peiris's avatar Brian Peiris
Browse files

fix iframe url

parent ec75941c
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,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
}`
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment