mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
refactor(FE): Update status badge text to use English labels
This commit is contained in:
@@ -235,7 +235,7 @@ const ProjectFlockDetail = ({
|
||||
).length > 0 && (
|
||||
<StatusBadge
|
||||
color='success'
|
||||
text={`Kandang Aktif (${
|
||||
text={`Kandang Active (${
|
||||
projectFlock.kandangs?.filter(
|
||||
(kandang) => kandang.status !== 'NON_ACTIVE'
|
||||
).length ?? 0
|
||||
@@ -249,7 +249,7 @@ const ProjectFlockDetail = ({
|
||||
).length > 0 && (
|
||||
<StatusBadge
|
||||
color='error'
|
||||
text={`Kandang Non-Aktif (${
|
||||
text={`Kandang Closed (${
|
||||
projectFlock.kandangs?.filter(
|
||||
(kandang) => kandang.status === 'NON_ACTIVE'
|
||||
).length ?? 0
|
||||
|
||||
Reference in New Issue
Block a user