fixes
This commit is contained in:
@@ -54,7 +54,7 @@ const PlaybackItem = ({
|
||||
width: viewportWidth,
|
||||
height: viewportHeight,
|
||||
});
|
||||
const [openComments, setOpenComments] = useState(false);
|
||||
const [openComments, setOpenComments] = useState(true);
|
||||
const commentInputRef = useRef(null);
|
||||
const { currentUID, followUser, unfollowUser } = useUser() || {};
|
||||
|
||||
@@ -594,9 +594,7 @@ const PlaybackItem = ({
|
||||
)}
|
||||
</Pressable>
|
||||
<Pressable
|
||||
onPress={() => {
|
||||
setOpenComments((v) => !v);
|
||||
}}
|
||||
onPress={() => {}}
|
||||
style={[styles.actionButton, styles.actionSpacing]}
|
||||
>
|
||||
<Image
|
||||
|
||||
Reference in New Issue
Block a user