Commit 0797f0d
Fix ReScript warning: mark unused event parameter with underscore
The onClick handler wasn't using the event parameter, causing a ReScript
warning. Prefixed it with underscore to indicate it's intentionally unused.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 36de4cb commit 0797f0d
File tree
1 file changed
+1
-1
lines changed- client/app/bundles/comments/rescript/CommentForm
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments