Skip to content

Commit

Permalink
Update src/app/atoms/partners-promotion.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Alex <[email protected]>
  • Loading branch information
keshan3262 and alex-tsx authored Dec 15, 2023
1 parent 66b64f0 commit 9a0ce56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/atoms/partners-promotion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const PartnersPromotion: FC<Props> = memo(({ variant, id }) => {
return;
}, [hiddenAt]);

const handleClosePartnersPromoClick = useCallback(async () => {
const handleClosePartnersPromoClick = useCallback(() => {
dispatch(hidePromotionAction({ timestamp: Date.now(), id }));
}, [id, dispatch]);

Expand Down

0 comments on commit 9a0ce56

Please sign in to comment.