join #19

Merged
amaliadwiy merged 222 commits from join into v1 2026-02-09 11:18:03 +08:00
139 changed files with 3737 additions and 1131 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}