upd: task division
Deskripsi: - update button save button pada tambah edit tugas divisi - update button save pada tambah file, tambah task, cancel tugas divisi - ui tambah task tugas tanggal divisi No Issues
This commit is contained in:
@@ -17,7 +17,7 @@ export default function DetailTaskDivision() {
|
||||
<Stack.Screen
|
||||
options={{
|
||||
headerLeft: () => <ButtonBackHeader onPress={() => { router.back() }} />,
|
||||
headerTitle: 'Judul Tugas',
|
||||
headerTitle: 'Judul Tugas Divisi',
|
||||
headerTitleAlign: 'center',
|
||||
headerRight: () => <HeaderRightTaskDetail id={detail} />,
|
||||
}}
|
||||
@@ -25,7 +25,7 @@ export default function DetailTaskDivision() {
|
||||
<ScrollView>
|
||||
<View style={[Styles.p15, Styles.mb100]}>
|
||||
<SectionProgress text="Kemajuan Kegiatan 50%" />
|
||||
<SectionTanggalTugas />
|
||||
<SectionTanggalTugas category="task" />
|
||||
<SectionFile />
|
||||
<SectionMember />
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user