fix #485 #487

Merged
vivganes merged 2 commits from patch-1 into main 2023-04-05 11:08:45 +00:00
vivganes commented 2023-04-04 16:20:10 +00:00 (Migrated from github.com)

fixes bug #485

The issue was when exactly 1 zap exists for a note, we are not showing the text "zapped" (variable restZaps becomes 0 and we are not handing this case correctly)

Fixed the restZaps=0 case.

Here's the screenshot with fix:

image

fixes bug #485 The issue was when exactly 1 zap exists for a note, we are not showing the text "zapped" (variable `restZaps` becomes 0 and we are not handing this case correctly) Fixed the `restZaps`=0 case. Here's the screenshot with fix: ![image](https://user-images.githubusercontent.com/2035886/229854976-79a057e8-0172-4d66-9512-0df1f9071231.png)
v0l (Migrated from github.com) approved these changes 2023-04-04 18:10:00 +00:00
Sign in to join this conversation.
No description provided.