Skip to content

Commit

Permalink
fix(wallet-mobile): default pt to zero (#3739)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo authored Nov 18, 2024
1 parent 6d766f5 commit 53b71d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ type PrimaryTokenActivity = {
}
const defaultPrimaryTokenActivity: PrimaryTokenActivity = {
ts: 0,
close: 1,
open: 1,
close: 0,
open: 0,
}

export const usePrimaryTokenActivity = ({
Expand Down

0 comments on commit 53b71d6

Please sign in to comment.