Skip to content

Commit

Permalink
change line item id
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIntaqt committed Sep 22, 2024
1 parent 33bdb07 commit 255a80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/Challenge.js
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ class Challenge extends Component {

{challenge.challenge.translation.name !== "Loading" ?
<div style={{ float: "left", flexWrap: "wrap", margin: "5px 0", width: "100%", display: "flex", justifyContent: "center" }}>
<Ad id={0}></Ad>
<Ad id={3}></Ad>
</div> : null}

{/* FIX: Disabled since buggy */}
Expand Down

0 comments on commit 255a80d

Please sign in to comment.