refactor: edit Display conditions

This commit is contained in:
Net 2024-09-09 15:32:03 +07:00
parent b0b410a2cc
commit 0ca91644a6

View file

@ -1089,7 +1089,7 @@ watch(currentHq, () => {
.filter((v) => { .filter((v) => {
if ( if (
statusFilter === 'statusACTIVE' && statusFilter === 'statusACTIVE' &&
v.status !== 'ACTIVE' v.status === 'INACTIVE'
) { ) {
return false; return false;
} }