fix(frontend): Linting errors/warnings opgelost
This commit is contained in:
parent
b2e6b33716
commit
4d98be78c1
26 changed files with 272 additions and 258 deletions
|
@ -12,7 +12,7 @@
|
|||
const { t } = useI18n();
|
||||
|
||||
const errorMessage = computed(() => {
|
||||
let errorWithMessage = (error.value as {message: string}) || null;
|
||||
const errorWithMessage = (error.value as {message: string}) || null;
|
||||
return errorWithMessage?.message || JSON.stringify(errorWithMessage)
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue