Skip to content

Commit 1bee6a7

Browse files
fix types
1 parent deffd66 commit 1bee6a7

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Content

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Content/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const Content: React.FC = () => {
7474
? `Browser (${options.title || `:${options.port}`})`
7575
: `Browser`,
7676
Content: ({ hidden, options }) => (
77-
<Preview options={options} hidden={hidden} width="100%" height="100%" />
77+
<Preview options={options} hidden={hidden} />
7878
),
7979
actions: [],
8080
};

0 commit comments

Comments
 (0)