fix : tampilan

Deskripsi:
- border bottom komponen width

No Issues
This commit is contained in:
2025-08-12 14:53:28 +08:00
parent 57a4e2fce6
commit edbeb30ebe
6 changed files with 1 additions and 9 deletions

View File

@@ -184,7 +184,6 @@ export default function InformationDivision() {
dataMember.map((item, index) => {
return (
<BorderBottomItem
width={55}
key={index}
borderType="bottom"
onPress={() => { dataDetail?.isActive && handleChooseMember(item) }}