We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7d1e6 commit f4cbe25Copy full SHA for f4cbe25
2 files changed
client/app/bundles/comments/rescript/CommentForm/CommentForm.res
@@ -122,7 +122,7 @@ let make = (~fetchData) => {
122
disabled
123
/>
124
| Stacked =>
125
- <StackedFrom
+ <StackedForm
126
author={state.author}
127
handleAuthorChange
128
text={state.text}
@@ -146,4 +146,4 @@ let make = (~fetchData) => {
146
| Saving => React.null
147
}}
148
</div>
149
-}
+}
…script/CommentForm/forms/StackedFrom.res …script/CommentForm/forms/StackedForm.resclient/app/bundles/comments/rescript/CommentForm/forms/StackedFrom.res renamed to client/app/bundles/comments/rescript/CommentForm/forms/StackedForm.res
0 commit comments