Closed Viterbo closed 2 months ago
Name | Link |
---|---|
Latest commit | bf9cfe94d7d19c676d070d0740daca0d19a6f458 |
Latest deploy log | https://app.netlify.com/sites/teloscan/deploys/66d72efae69ac10008164df1 |
Deploy Preview | https://deploy-preview-846--teloscan.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | bf9cfe94d7d19c676d070d0740daca0d19a6f458 |
Latest deploy log | https://app.netlify.com/sites/testnet-teloscan/deploys/66d72efaf17448000839aad5 |
Deploy Preview | https://deploy-preview-846--testnet-teloscan.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Fixes #845 and #844
Description
The problem in #844 was caused by a null value stored in my local cache. Fortunately, it affected only me but it would eventually affect others with time. So the code causing the bug was fixed (regardless of the cache values).
The problem with the double result was fixed by restoring the filter that was previously removed.
Also, there was an unnecessary ValueField component that was not used and was causing a warning on the console. That component was removed.
Screenshots