year 1 месяц назад
Родитель
Сommit
9927acc20f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/components/Card/SwiperGroup.tsx

+ 2 - 2
src/components/Card/SwiperGroup.tsx

@@ -92,8 +92,8 @@ const HomeSwiper: FC<PropsWithChildren<SwiperGroupProps>> = (props) => {
                         action_type: group.action_type,
                         action_params: group.action_params,
                         additional: {
-                            default: (adata: any) => {
-                                todoHandler && todoHandler(adata);
+                            default: () => {
+                                todoHandler && todoHandler(group);
                             },
                         },
                     },