File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " xlog " : patch
3+ ---
4+
5+ feat: Comment out code for future use
Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ export const HeaderAnimatedLayout: FC<PropsWithChildren<Props>> = (props) => {
6464 </ XTouch >
6565 </ Stack >
6666
67- { type === postSearchTypes . FEATURED && (
67+ { /* Commented out for now, will be used in the future */ }
68+ { /* {type === postSearchTypes.FEATURED && (
6869 <XTouch enableHaptics touchableComponent={TouchableWithoutFeedback} onPress={onPressSortBy}>
6970 <Theme name={isDarkMode ? "light" : "dark"}>
7071 <XStack
@@ -80,7 +81,7 @@ export const HeaderAnimatedLayout: FC<PropsWithChildren<Props>> = (props) => {
8081 </XStack>
8182 </Theme>
8283 </XTouch>
83- ) }
84+ )} */ }
8485 </ XStack >
8586 </ Animated . View >
8687 < Animated . View style = { styles . tabContainer } >
You can’t perform that action at this time.
0 commit comments