fix(ui): don't render spinner on updates in silence browser

This commit is contained in:
Łukasz Mierzwa
2020-07-25 22:14:18 +01:00
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