mod: remove relation 3

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-22 20:29:49 +08:00
parent 246061c69e
commit 65404ce356
2 changed files with 5 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ class MemberControllerNew extends CommonDataController<Data, dynamic>
? data.relSpecial == 1
? -10
: data.card?.relation?.status ?? 2
: data.card?.relation?.status ?? 0;
: 0;
}
tab2 = data.tab2;
live = data.live;