Skip to content

Commit

Permalink
Fix warning on banners page
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Mar 19, 2023
1 parent c3920f0 commit 555bc96
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions website/src/utils/banners.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,3 @@ export const AllBanners = [
}
})
];


console.log(AllBanners);

function expected() {
const banners = [];

const userChoice = 0;
const banner = banners[userChoice];
banner.customise({ color: "red" });
}

0 comments on commit 555bc96

Please sign in to comment.