fix: samakan jarak dan style label filter di discussion, division, member, position

This commit is contained in:
2026-05-19 11:55:58 +08:00
parent 0cbf12eea7
commit fcd3dc7537
4 changed files with 5 additions and 5 deletions

View File

@@ -185,7 +185,7 @@ export default function Index() {
<InputSearch onChange={setSearch} />
{
(entityUser.role == "supadmin" || entityUser.role == "developer") &&
<View style={[Styles.mv05, Styles.rowOnly]}>
<View style={[Styles.mt10, Styles.rowOnly]}>
<Text>Filter :</Text>
<LabelStatus size="small" category="secondary" text={nameGroup} style={[Styles.mh05]} />
</View>