Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
  • Loading branch information
newhinton committed Mar 2, 2022
1 parent 2525aaa commit 688fbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/EditorEasyMDE.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ export default {
data,
})
if (response.data.error !== undefined){
console.error (response.data.error)
if (response.data.error !== undefined) {
console.error(response.data.error)
showError(t('notes', 'The file was not uploaded. Check your serverlogs.'),)
} else {
const name = response.data.filename
Expand Down

0 comments on commit 688fbd5

Please sign in to comment.