Skip to content

Commit

Permalink
Remove vulnerable setState function call.
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Aug 7, 2024
1 parent 32ade5b commit b5cfcce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/src/pages/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ const Playground = () => {
setConsoleBox({ messages });
},
});
setConsoleBox({ messages });
};

return (
Expand Down

0 comments on commit b5cfcce

Please sign in to comment.