Skip to content

Commit

Permalink
Rebase + hide only selected query strings
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorflg committed Feb 11, 2021
1 parent 51d5416 commit 2b84f44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react/components/EditorContainer/StoreIframe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const StoreIframe: React.FunctionComponent<Props> = ({ path }) => {
}

if (binding && !src.includes('__bindingAddress')) {
console.log('PASSOU')
src += `${getJoiner(src)}__bindingAddress=${binding.canonicalBaseAddress}`
}

Expand Down

0 comments on commit 2b84f44

Please sign in to comment.