Skip to content

Commit 1c97730

Browse files
committed
fix(ga): issue #606 - update unit test and code
1 parent 10dddae commit 1c97730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webapp/src/webview/ui/components/GuidedAnswerNode/GuidedAnswerNode.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { Right } from './Right';
2323
function replace(domNode: DOMNode): ReactElement | undefined {
2424
let result: ReactElement | undefined;
2525
if (domNode.type === 'tag') {
26-
const domElement: Element = domNode as Element;
26+
const domElement: Element = domNode;
2727

2828
result = replaceDataCommand(domElement);
2929

0 commit comments

Comments
 (0)