Skip to content

Commit

Permalink
enabled reward points banner
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmalhotra1420 committed Oct 1, 2024
1 parent 652e7f8 commit ea76af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default function App() {

const { isActive, account, provider } = useAccount();
// TODO: comment until rewards v2 launch is accounced
// useRewardsNotification();
useRewardsNotification();
const [currentTime, setcurrentTime] = useState(0);

const { pgpPvtKey } = useContext<any>(AppContext);
Expand Down

0 comments on commit ea76af2

Please sign in to comment.