mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): reduce animations in silence browser
This commit is contained in:
committed by
Łukasz Mierzwa
parent
bafedb9c29
commit
e628d9b848
@@ -147,7 +147,7 @@ const Browser: FC<{
|
||||
<Placeholder content="Nothing to show" />
|
||||
) : (
|
||||
<>
|
||||
<TransitionGroup component={null} appear enter exit={false}>
|
||||
<TransitionGroup component={null} appear={false} enter exit={false}>
|
||||
{response
|
||||
.slice((activePage - 1) * maxPerPage, activePage * maxPerPage)
|
||||
.map((silence) => (
|
||||
|
||||
Reference in New Issue
Block a user