Skip to content

Commit

Permalink
WIP: point fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
k0beLeenders authored and chambaz committed Nov 22, 2023
1 parent 7b8f1d6 commit 1cbd2c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/marginfi-v2-ui/src/pages/points.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ import {
const Points = () => {
const { connected } = useWalletContext();

const [currentFirebaseUser, hasUser, userPointsData] = useUserProfileStore((state) => [
const [currentFirebaseUser, userPointsData] = useUserProfileStore((state) => [
state.currentFirebaseUser,
state.hasUser,
state.userPointsData,
]);

Expand Down

0 comments on commit 1cbd2c4

Please sign in to comment.