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) => {
64
64
</ XTouch >
65
65
</ Stack >
66
66
67
- { type === postSearchTypes . FEATURED && (
67
+ { /* Commented out for now, will be used in the future */ }
68
+ { /* {type === postSearchTypes.FEATURED && (
68
69
<XTouch enableHaptics touchableComponent={TouchableWithoutFeedback} onPress={onPressSortBy}>
69
70
<Theme name={isDarkMode ? "light" : "dark"}>
70
71
<XStack
@@ -80,7 +81,7 @@ export const HeaderAnimatedLayout: FC<PropsWithChildren<Props>> = (props) => {
80
81
</XStack>
81
82
</Theme>
82
83
</XTouch>
83
- ) }
84
+ )} */ }
84
85
</ XStack >
85
86
</ Animated . View >
86
87
< Animated . View style = { styles . tabContainer } >
You can’t perform that action at this time.
0 commit comments