Skip to content

Commit

Permalink
Fix build error in pnl
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizaveta Semenova committed Feb 2, 2024
1 parent 21d3a13 commit de386bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct AccountDetailsView: View {
.foregroundStyle(.red)
}
#else
pnlContentView(pnl: pnl)
pnlContentView(pnl: pnl, mint: account.account.mintAddress)
#endif
} content: { pnl in
pnlContentView(pnl: pnl, mint: account.account.mintAddress)
Expand Down

0 comments on commit de386bb

Please sign in to comment.