Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Nüsse <[email protected]>
  • Loading branch information
newhinton authored and korelstar committed Mar 13, 2022
1 parent d125431 commit 9d9833a
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 @@ -191,8 +191,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 9d9833a

Please sign in to comment.