FIX: Correct loading conditions for numeric values#130
FIX: Correct loading conditions for numeric values#130vsevolod-zhuravlov wants to merge 4 commits into
Conversation
|
What was methodology of finding such places? I make a search of strings 'number | null' and 'bigin | null', find variables which defined like that and make a lookup if it's compared to null everywhere or not. Making it I'm finding places where it isn't done. So why did you pick places which you picked |
It's just be "audited" by ai, so now I agree that it's was wrong method, because it skips a lot of places. I'll fix all of this |
|
Looks like I found another place ^^ Feel free to ask for help |
|
About Auction.tsx in line 261 I think everything is good, because if both balues is zero, then we shouldn't to show any info about auction, because it's no auction right now) |



No description provided.