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 f97c936 commit 593afe4Copy full SHA for 593afe4
app/src/components/bottom/BottomTabs.tsx
@@ -19,6 +19,7 @@ import { changeProjectType } from '../../redux/reducers/slice/appStateSlice';
19
import { RootState } from '../../redux/store';
20
21
const BottomTabs = (props): JSX.Element => {
22
+ console.log("TESTING HERNAN BRANCH")
23
// state that controls which tab the user is on
24
const dispatch = useDispatch();
25
const { state, contextParam, style } = useSelector((store: RootState) => ({
0 commit comments