teloscan
teloscan copied to clipboard
Trim strings on search bar befor performing the query
Fixed here: https://github.com/telosnetwork/teloscan/pull/988
Describe the bug If the user accidentally introduces a space after the string to search, the query returns no results. However, if you remove that space it works perfectly
To Reproduce Steps to reproduce the behavior:
- Go to https://www.teloscan.io/
- Enter the following text on the search bar: "USDT " (with a final space)
- See no results
Expected behavior The component should trim() the string before performing the query
Screenshots