We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81eca2 commit 55d985bCopy full SHA for 55d985b
js/index.js
@@ -502,7 +502,7 @@ function handleAppInterface(app) {
502
}
503
504
function changeAppFavourite(favourite, app,refresh=true) {
505
- let inDatabase=SETTINGS.appsFavoritedThisSession.find(obj => obj.id === app.id);
+
506
507
if (favourite) {
508
SETTINGS.appsFavoritedThisSession.push({"id":app.id,"favs":appSortInfo[app.id]&&appSortInfo[app.id].favourites?appSortInfo[app.id].favourites:0});
0 commit comments