amalia/23-okt-25 #1

Merged
amaliadwiy merged 203 commits from amalia/23-okt-25 into join 2025-10-27 11:19:44 +08:00
232 changed files with 8682 additions and 2679 deletions
Showing only changes of commit c775b06dc3 - Show all commits

View File

@@ -363,11 +363,6 @@ export default function DocumentDivision() {
<View style={[Styles.p15, Styles.mb100]}> <View style={[Styles.p15, Styles.mb100]}>
<View style={[Styles.rowItemsCenter]}> <View style={[Styles.rowItemsCenter]}>
{ {
loading ?
arrSkeleton.map((item, index) => (
<Skeleton key={index} width={60} height={10} borderRadius={10} style={[Styles.mr05]} />
))
:
dataJalur.map((item, index) => ( dataJalur.map((item, index) => (
<Pressable <Pressable
key={index} key={index}