We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52210fa commit 4332a54Copy full SHA for 4332a54
client/app/bundles/comments/rescript/CommentForm/CommentForm.res
@@ -104,7 +104,7 @@ let make = (~fetchData) => {
104
className={`px-6 py-2 font-semibold border-0 rounded ${state.form == form.formType
105
? "text-sky-50 bg-sky-600"
106
: "text-sky-600 hover:bg-gray-100"}`}
107
- onClick={event => SetFormType(form.formType)->dispatch}>
+ onClick={_event => SetFormType(form.formType)->dispatch}>
108
{form.formName->React.string}
109
</button>
110
)
0 commit comments