Skip to content

Commit

Permalink
Remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostap Kravchuk committed Jan 16, 2019
1 parent 5ed0196 commit e8dcaab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class PreviewSidePanel extends React.Component {

refresh() {
const iframe = document.getElementById(IFRAME_ID);
iframe.contentWindow.location.replace(`${getIframeSrc()}`);
iframe.contentWindow.location.replace(getIframeSrc());
}

tryDownload() {
Expand Down

0 comments on commit e8dcaab

Please sign in to comment.