fix : file

Deskripsi:
- lihat atau share file
- view file ios pada home divisi > ga pake loading

No Issues
This commit is contained in:
2025-08-06 17:09:46 +08:00
parent 1298ec079a
commit 9370aac9a3
4 changed files with 6 additions and 5 deletions

View File

@@ -173,7 +173,7 @@ export default function SectionFile({ status, member, refreshing }: { status: nu
<View style={Styles.rowItemsCenter}>
<MenuItemRow
icon={<MaterialCommunityIcons name="file-eye" color="black" size={25} />}
title="Lihat File"
title="Lihat / Share"
onPress={() => {
openFile()
}}