Fix frontend tests and linting errors
This commit is contained in:
@@ -46,7 +46,7 @@ import {computed} from "vue";
|
||||
const settings = useSettingsStore();
|
||||
|
||||
const ymCheckUrl = computed(() => {
|
||||
const url = settings.items.telegram.mini_app_url.replace(/\#\/$/, '');
|
||||
const url = settings.items.telegram.mini_app_url.replace(/#\/$/, '');
|
||||
return `${url}?_ym_status-check=104849385&_ym_lang=ru`;
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user