From f6e73299cdce2a4419c0db51beeba2c720df55f6 Mon Sep 17 00:00:00 2001 From: konstantin krivlenia Date: Thu, 20 Feb 2020 18:40:51 +0300 Subject: [PATCH] #5 fix after rebase --- frontend/app/embed.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/app/embed.ts b/frontend/app/embed.ts index 62f596cb..73c3ec64 100644 --- a/frontend/app/embed.ts +++ b/frontend/app/embed.ts @@ -20,10 +20,10 @@ function removeDomNode(node: HTMLElement | null) { } function createFrame({ - host, - query, - height, - __colors__ = {}, + host, + query, + height, + __colors__ = {}, }: { host: string; query: string;