fix a bug
This commit is contained in:
parent
06d56aeb41
commit
f531ed2ab2
1 changed files with 6 additions and 4 deletions
|
@ -363,10 +363,12 @@ const timeForThem = $computed(() => {
|
||||||
/[^A-Za-zÁĆÉǴÍḰĹḾŃÓṔŔŚÚÝŹáćéǵíḱĺḿńóṕŕśúýź\-\'\.].*/,
|
/[^A-Za-zÁĆÉǴÍḰĹḾŃÓṔŔŚÚÝŹáćéǵíḱĺḿńóṕŕśúýź\-\'\.].*/,
|
||||||
""
|
""
|
||||||
),
|
),
|
||||||
props.user.location!.replace(
|
props.user
|
||||||
/[^A-Za-z0-9ÁĆÉǴÍḰĹḾŃÓṔŔŚÚÝŹáćéǵíḱĺḿńóṕŕśúýź\-\'\.\s].*/,
|
.location!.replace(
|
||||||
""
|
/[^A-Za-z0-9ÁĆÉǴÍḰĹḾŃÓṔŔŚÚÝŹáćéǵíḱĺḿńóṕŕśúýź\-\'\.\s].*/,
|
||||||
),
|
""
|
||||||
|
)
|
||||||
|
.trim(),
|
||||||
];
|
];
|
||||||
|
|
||||||
for (const city of maybeCityNames) {
|
for (const city of maybeCityNames) {
|
||||||
|
|
Loading…
Reference in a new issue