upd: project

Deskripsi:
- tambah file pada project kegiatan

-nb : blm selesai

No Issues
This commit is contained in:
amel
2025-05-19 17:46:42 +08:00
parent b45822fff2
commit 3199d31d57
6 changed files with 178 additions and 40 deletions

View File

@@ -78,7 +78,7 @@ export default function DetailProject() {
<Stack.Screen
options={{
headerLeft: () => <ButtonBackHeader onPress={() => { router.back() }} />,
headerTitle: loading ? '' : data?.title,
headerTitle: loading ? 'Loading...' : data?.title,
headerTitleAlign: 'center',
headerRight: () => (entityUser.role == "user" || entityUser.role == "coadmin") && !isMember ? null : <HeaderRightProjectDetail id={id} status={data?.status} />,
}}