Commit f002b82f authored by isstuev's avatar isstuev

fix empty tokens

parent e500e9d9
......@@ -94,7 +94,7 @@ const Tokens = () => {
}
if (!data.items.length) {
if (debouncedFilter) {
if (debouncedFilter || type) {
return (
<>
{ bar }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment