forked from MapComplete/MapComplete
Removed todo's
This commit is contained in:
parent
3586b8eef2
commit
a91c3fde69
4 changed files with 5 additions and 6 deletions
|
@ -49,7 +49,6 @@ export class SubtleButton extends UIElement{
|
|||
]).Render();
|
||||
}
|
||||
|
||||
// Styling todo
|
||||
return new Combine([
|
||||
this.image,
|
||||
this.message,
|
||||
|
|
|
@ -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