Skip to content

Commit c8870db

Browse files
committed
chore: remove TODO from *.js files.
Unbreak 0pdd that fails to parse these files. Should be in 9fb0d33, 9892a3a and cce20d0 commits. [skip ci]
1 parent cce20d0 commit c8870db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/frontend/src/components/AddCatalogPriceForm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class AddCatalogPriceForm extends React.Component {
77

88
render() {
99
return (
10-
<div>TODO: add price form</div>
10+
<div></div>
1111
)
1212
}
1313
}

src/main/frontend/src/components/AddCommentForm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class AddCommentForm extends React.Component {
77

88
render() {
99
return (
10-
<div>TODO: add comment form</div>
10+
<div></div>
1111
)
1212
}
1313
}

src/main/frontend/src/components/AddReleaseYearForm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class AddReleaseYearForm extends React.Component {
77

88
render() {
99
return (
10-
<div>TODO: add release year form</div>
10+
<div></div>
1111
)
1212
}
1313
}

0 commit comments

Comments
 (0)