We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a7ee4 commit 1e1b368Copy full SHA for 1e1b368
src/app/containers/MainContainer.jsx
@@ -50,7 +50,6 @@ function MainContainer() {
50
});
51
52
if (!npmExists) return <div style={{ color: 'black' }}>please install our npm package in your app</div>;
53
- console.log('tabs', tabs)
54
const { viewIndex, sliderIndex, snapshots } = tabs[currentTab];
55
56
// if viewIndex is -1, then use the sliderIndex instead
0 commit comments