mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
fix(ui): don't render spinner on updates in silence browser
This commit is contained in:
committed by
Łukasz Mierzwa
parent
a24b71166b
commit
e2fc84154f
@@ -127,7 +127,7 @@ const Browser: FC<{
|
||||
Sort order
|
||||
</button>
|
||||
</div>
|
||||
{isLoading ? (
|
||||
{isLoading && response === null ? (
|
||||
<Placeholder
|
||||
content={
|
||||
<FontAwesomeIcon
|
||||
|
||||
Reference in New Issue
Block a user