fix(frontend): Skebのリクエストを募集中ならクリエイターの表示になるように (MisskeyIO#588)
This commit is contained in:
parent
eeedd500bb
commit
6ad3e567cd
@ -326,7 +326,7 @@ async function fetchSkebStatus() {
|
||||
function buildSkebStatus(): string {
|
||||
if (!userSkebStatus.value) return '';
|
||||
|
||||
if (userSkebStatus.value.isCreator) {
|
||||
if (userSkebStatus.value.isAcceptable || userSkebStatus.value.isCreator) {
|
||||
let status = '';
|
||||
|
||||
if (userSkebStatus.value.isAcceptable) {
|
||||
|
Loading…
Reference in New Issue
Block a user