diff --git a/components/home/headerRightHome.tsx b/components/home/headerRightHome.tsx index df5cdb9..f74f4f0 100644 --- a/components/home/headerRightHome.tsx +++ b/components/home/headerRightHome.tsx @@ -30,9 +30,9 @@ export function HeaderRightHome() { return ( - } onPress={() => { router.push('/search') }} /> - 0 ? true : false} item={} onPress={() => { router.push('/notification') }} /> - } onPress={() => { router.push('/profile') }} /> + } onPress={() => { router.push('/search') }} /> + 0 ? true : false} item={} onPress={() => { router.push('/notification') }} /> + } onPress={() => { router.push('/profile') }} /> ) } \ No newline at end of file