Skip to content

Commit

Permalink
fix: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
oguhpereira committed Apr 14, 2021
1 parent 251f4b0 commit faec029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/createWindow/donateDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const shouldShow = () => {
return !lastShow || twoWeeksAgo() >= lastShow
}

/* eslint-disable max-len*/
/* eslint-disable max-len */
const messages = [
'Developers try to make you happy with this free and open-source app. Make them happy too with your donation!'
]
Expand Down

0 comments on commit faec029

Please sign in to comment.