Skip to content

Commit 60b9883

Browse files
committed
Update HelloWorld.tsx
1 parent cebfb4e commit 60b9883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hello-world/react/src/components/HelloWorld/HelloWorld.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import "./HelloWorld.css";
88

99
class HelloWorld extends React.Component {
1010
state = {
11-
bShowVideoCapture: false,
12-
bShowImageCapture: true,
11+
bShowVideoCapture: true,
12+
bShowImageCapture: false,
1313
};
1414

1515
showVideoCapture = () => {

0 commit comments

Comments
 (0)