Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Dec 20, 2023
1 parent cc7a462 commit 40fe75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/settings/WishListSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function WishListSettings() {
};

const disabledBuiltinLists = builtInWishlists.filter(
(list) => !activeWishlistUrls.includes(list.url)
(list) => !activeWishlistUrls.includes(list.url),
);

return (
Expand Down

0 comments on commit 40fe75f

Please sign in to comment.