Skip to content

Commit

Permalink
core: Refactor AllApps component to remove console.log statement and …
Browse files Browse the repository at this point in the history
…improve code readability
  • Loading branch information
Noggling committed Oct 16, 2024
1 parent 865dcce commit 5d14504
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export const AllApps = () => {
);
}}
onFavorite={(app) => {
console.log(app);
addFavorite(app.key);
}}
/>
Expand Down

0 comments on commit 5d14504

Please sign in to comment.