upd: load dokumen divisi
Deskripsi: - ilangin skeleton loading pada path load data No Issues
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user