Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
sp4ce-cowboy committed Nov 3, 2024
1 parent aca88b5 commit 2e74c20
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ const CollaborationServiceIntegratedView: React.FC = () => {
name="topic"
value={language}
onChange={
//(e) => setLanguage(parseInt(e.target.value))
//setSyntaxLang(e.target.value === '63' ? 'javascript' : e.target.value === '54' ? 'clike' : e.target.value === '50' ? 'clike' : e.target.value === '71' ? 'python' : 'java')
(e) => handleLangChange(e)
}
required
Expand Down

0 comments on commit 2e74c20

Please sign in to comment.