Removed todo's
This commit is contained in:
parent
3586b8eef2
commit
a91c3fde69
4 changed files with 5 additions and 6 deletions
|
@ -165,7 +165,7 @@ export default class ValidatedTextField {
|
|||
ValidatedTextField.tp(
|
||||
"opening_hours",
|
||||
"Has extra elements to easily input when a POI is opened",
|
||||
(s, country) => true, // TODO
|
||||
(s, country) => true,
|
||||
str => str,
|
||||
(value) => {
|
||||
return new OpeningHoursInput(value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue