Skip to content

Commit b881e74

Browse files
committed
Fix expression issues on debug component
1 parent 047dcdc commit b881e74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/gaming-fe/src/components/Debug.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ const onConnect = () => {
2222
*/}
2323

2424
//const onSetConnectString = () => { 0; }
25-
const setWCStringButtonHandler = () => { 0; }
25+
// const setWCStringButtonHandler = () => { 0; }
26+
const setWCStringButtonHandler = () => { }
2627

2728
// Rename: DebugPanel, DebugSection ...
2829
const Debug: React.FC<DebugProps> = ({ connectString, setConnectString }) => {

0 commit comments

Comments
 (0)