mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:43:25 +00:00
chore: use camelcase
This commit is contained in:
@@ -17,7 +17,7 @@ export default function Item({ data }: { data: ItemData }) {
|
||||
|
||||
const handlePress = () => {
|
||||
router.push({
|
||||
pathname: "/video-player",
|
||||
pathname: "/videoPlayer",
|
||||
params: { data: JSON.stringify(data) },
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user