Skip to content

Commit

Permalink
Update packages/components/src/sandbox/index.native.js
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Garcia <fluiddot@gmail.com>
  • Loading branch information
jhnstn and fluiddot authored Apr 12, 2023
1 parent ce26b52 commit 3401299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/sandbox/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const Sandbox = forwardRef( function Sandbox(
<title>{ title }</title>
<meta
name="viewport"
content={ `width=device-width, initial-scale=1 ${ addViewportProps }` }
content={ `width=device-width, initial-scale=1${ addViewportProps }` }
></meta>
<style dangerouslySetInnerHTML={ { __html: style } } />
{ styles.map( ( rules, i ) => (
Expand Down

0 comments on commit 3401299

Please sign in to comment.