Skip to content

Commit

Permalink
update delta ad (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
xieqiancaosissi authored Sep 4, 2024
1 parent 2be7bd4 commit dbb41df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions components/popup/components/DeltaCarouse.tsx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/popup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Popup = ({ className }) => {
const [show, setShow] = useState<boolean>(false);
const router = useRouter();
useEffect(() => {
if (INCENTIVE_POPUP_STATUS === "7") {
if (INCENTIVE_POPUP_STATUS === "8") {
setShow(false);
} else {
setShow(true);
Expand Down

0 comments on commit dbb41df

Please sign in to comment.