Skip to content

Commit 12b7ad5

Browse files
committed
feat: Comment out code for future use
1 parent 3f776cd commit 12b7ad5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.changeset/ninety-walls-deny.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"xlog": patch
3+
---
4+
5+
feat: Comment out code for future use

src/pages/Feed/HeaderAnimatedLayout.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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}>

0 commit comments

Comments
 (0)