Skip to content

Commit

Permalink
Display ad banner correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Nov 2, 2024
1 parent 4f66dd3 commit 4f4a1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/feed.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ async function getAd() {
const [price, taxes] = await contract.price();
const submitter = await ens.resolve(identity);

const post = {
let post = {
upvotes: 0,
upvoters: [],
avatars: [],
Expand Down

0 comments on commit 4f4a1e9

Please sign in to comment.