Skip to content

Commit

Permalink
error resolved 3
Browse files Browse the repository at this point in the history
Signed-off-by: shravanikaware <[email protected]>
  • Loading branch information
ShravaniAK committed Mar 18, 2023
1 parent 2a91f73 commit 07406f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Makefile
README.md
package.json
package-lock.json
MeshmapMobileSwiper.js

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"cpx": "^1.5.0",
"cross-env": "^7.0.0",
"env-cmd": "^10.1.0",
"eslint": "^8.28.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.30",
"gh-pages": "^4.0.0",
"husky": "^8.0.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/* eslint-disable */



import React from "react";
import { Swiper, SwiperSlide } from "swiper/react";
import styled from "styled-components";
Expand Down Expand Up @@ -100,7 +96,7 @@ export const MeshmapMobileSwiper = () => {
Designer and Visualizer live side-by-side, so all design work, from ideation to operation, can be found in one
place.
</h6>
<Swiper
<Swiper
autoplay={{
delay: 2000,
disableOnInteraction: false,
Expand All @@ -127,4 +123,3 @@ export const MeshmapMobileSwiper = () => {
</>
);
};
/* eslint-disable-line */

0 comments on commit 07406f3

Please sign in to comment.