Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TiyoSheng committed Apr 12, 2024
1 parent e8e1e3e commit 122a2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/pages/home/StaticInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface IProps {

const StaticInfo = (props: IProps) => {
const { onPlay, isOpen } = props;
˝

const [faqActiveIndex, setFaqActiveIndex] = useState(-1);
SwiperCore.use([Mousewheel]);

Expand Down

0 comments on commit 122a2fe

Please sign in to comment.