Skip to content

Commit

Permalink
fix: useless modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
RamyEB committed Sep 2, 2024
1 parent e17b4bf commit 034612d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import customTabBar from "../TabBar/CustomTabBar";
import { MainNavigatorParamList } from "./types/MainNavigator";
import { isMainNavigatorVisibleSelector } from "~/reducers/appstate";
import EarnLiveAppNavigator from "./EarnLiveAppNavigator";
import { track } from "~/analytics";

const Tab = createBottomTabNavigator<MainNavigatorParamList>();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ const renderItem = ({
}) => {
return (
<Badge
onPress={() => {
extraData?.selectCategory(item.id);
}}
onPress={() => extraData?.selectCategory(item.id)}
label={item.name}
selected={extraData?.selectedCategory === item.id}
/>
Expand Down

0 comments on commit 034612d

Please sign in to comment.