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