Skip to content

Commit fcbe354

Browse files
committed
eslint fixed
1 parent 4fe02c6 commit fcbe354

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/src/extension/build/

src/app/containers/ActionContainer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { useStoreContext } from '../store';
88
function ActionContainer() {
99
const [{ tabs, currentTab }, dispatch] = useStoreContext();
1010
const { snapshots, sliderIndex, viewIndex } = tabs[currentTab];
11-
// const [{ snapshots, sliderIndex, viewIndex }, dispatch] = useStoreContext();
11+
1212
let actionsArr = [];
1313
// build actions array
1414
if (snapshots.length > 0) {

src/app/containers/TravelContainer.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ function TravelContainer({ snapshotsLength }) {
3535
const [selectedSpeed, setSpeed] = useState(speeds[1]);
3636
const [{ tabs, currentTab }, dispatch] = useStoreContext();
3737
const { sliderIndex, playing } = tabs[currentTab];
38-
// const [{ sliderIndex, playing }, dispatch] = useStoreContext();
3938

4039
return (
4140
<div className="travel-container">

0 commit comments

Comments
 (0)