fix(ui): reduce animations in silence browser

This commit is contained in:
Łukasz Mierzwa
2021-06-02 10:54:34 +01:00
committed by Łukasz Mierzwa
parent bafedb9c29
commit e628d9b848

View File

@@ -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) => (