diff --git a/packages/marginfi-v2-ui-state/src/store/mrgnlendStore.ts b/packages/marginfi-v2-ui-state/src/store/mrgnlendStore.ts index 9742ce82c0..4e0dfb78d5 100644 --- a/packages/marginfi-v2-ui-state/src/store/mrgnlendStore.ts +++ b/packages/marginfi-v2-ui-state/src/store/mrgnlendStore.ts @@ -164,7 +164,7 @@ const stateCreator: StateCreator = (set, get) => ({ const emissionTokenPriceData = priceMap[bank.emissionsMint.toBase58()]; let userData; - if (wallet?.publicKey && nativeSolBalance) { + if (wallet?.publicKey) { const tokenAccount = tokenAccountMap!.get(bank.mint.toBase58()); if (!tokenAccount) throw new Error(`Token account not found for ${bank.mint.toBase58()}`); userData = {