Skip to content

Commit 46478f8

Browse files
authored
Update paperbitsDesigner.tsx
1 parent 016e8f8 commit 46478f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/paperbitsDesigner.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class PaperbitsDesigner extends React.Component {
1414

1515
public render(): JSX.Element {
1616
return (
17-
<div className="paperbits-designer" ref={this.ref}>Hello</div>
17+
<div className="paperbits-designer" ref={this.ref}></div>
1818
);
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)