mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-25 09:56:15 +03:00
🐛 Fix logic in GH profile widget
This commit is contained in:
parent
1296ca0bda
commit
5867601f1a
@ -23,7 +23,7 @@ export default {
|
||||
},
|
||||
username() {
|
||||
const usersChoice = this.options.username;
|
||||
if ((this.hideLanguagesCard || this.hideLanguagesCard) && !usersChoice) {
|
||||
if ((!this.hideProfileCard || !this.hideLanguagesCard) && !usersChoice) {
|
||||
this.error('You must specify a GitHub username');
|
||||
}
|
||||
return usersChoice;
|
||||
|
Loading…
Reference in New Issue
Block a user