Commit d6fa4d4
Revert unnecessary react-intl pattern changes in CommentForm
The original pattern `const { formatMessage } = this.props.intl;` was already correct and more concise. Reverting to the simpler one-line destructuring pattern while keeping the empty braces removal.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c3ed3ac commit d6fa4d4
File tree
1 file changed
+4
-8
lines changed- client/app/bundles/comments/components/CommentBox/CommentForm
1 file changed
+4
-8
lines changedLines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| |||
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
160 | | - | |
161 | | - | |
| 159 | + | |
162 | 160 | | |
163 | 161 | | |
164 | 162 | | |
| |||
213 | 211 | | |
214 | 212 | | |
215 | 213 | | |
216 | | - | |
217 | | - | |
| 214 | + | |
218 | 215 | | |
219 | 216 | | |
220 | 217 | | |
| |||
317 | 314 | | |
318 | 315 | | |
319 | 316 | | |
320 | | - | |
321 | | - | |
| 317 | + | |
322 | 318 | | |
323 | 319 | | |
324 | 320 | | |
| |||
0 commit comments