Skip to content

Commit 593afe4

Browse files
committed
Initial Commit
1 parent f97c936 commit 593afe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/components/bottom/BottomTabs.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { changeProjectType } from '../../redux/reducers/slice/appStateSlice';
1919
import { RootState } from '../../redux/store';
2020

2121
const BottomTabs = (props): JSX.Element => {
22+
console.log("TESTING HERNAN BRANCH")
2223
// state that controls which tab the user is on
2324
const dispatch = useDispatch();
2425
const { state, contextParam, style } = useSelector((store: RootState) => ({

0 commit comments

Comments
 (0)