chore: use camelcase

This commit is contained in:
Adrian Castro
2024-02-10 12:00:00 +01:00
parent a270c94e03
commit 367e4ce8fb
2 changed files with 1 additions and 1 deletions

View File

@@ -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) },
});
};