Skip to content

Commit e74d09d

Browse files
committed
Update comment
1 parent b5b6639 commit e74d09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function createBalanceStore(initialState: string | null): BalanceStore {
205205
emitterAddress = $address
206206
}
207207
} else if (emitterAddress && !$address) {
208-
// no address, so set balance back to null
208+
// no address, so set balance to undefined
209209
set && set(undefined)
210210
}
211211
}

0 commit comments

Comments
 (0)