amalia/19-mei-26 #50
@@ -114,8 +114,8 @@ export default function Discussion() {
|
||||
)}
|
||||
<InputSearch onChange={setSearch} />
|
||||
{(entityUser.role == "supadmin" || entityUser.role == "developer") && (
|
||||
<View style={[Styles.mv05, Styles.rowItemsCenter]}>
|
||||
<Text style={{ color: colors.dimmed, fontSize: 12 }}>Filter:</Text>
|
||||
<View style={[Styles.mt10, Styles.rowOnly]}>
|
||||
<Text>Filter :</Text>
|
||||
<LabelStatus size="small" category="secondary" text={nameGroup} style={[Styles.mh05]} />
|
||||
</View>
|
||||
)}
|
||||
|
||||
@@ -206,7 +206,7 @@ export default function ListDivision() {
|
||||
</Pressable>
|
||||
</View>
|
||||
{(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>
|
||||
|
||||
@@ -142,7 +142,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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user