1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed hero swiping

This commit is contained in:
Fedor Katurov 2022-07-14 11:41:34 +07:00
parent 947d2180f6
commit f3fa88d72c

View file

@ -126,6 +126,7 @@ export const FlowSwiperHero: FC<Props> = ({ heroes }) => {
onAfterInit={onIndexChange}
onClick={onClick}
followFinger
shortSwipes={false}
>
{heroes
.filter(node => node.thumbnail)