summaryrefslogtreecommitdiff
path: root/src/client/pages/user-ap-info.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/pages/user-ap-info.vue')
-rw-r--r--src/client/pages/user-ap-info.vue10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/client/pages/user-ap-info.vue b/src/client/pages/user-ap-info.vue
index d86437830d..3f2920402f 100644
--- a/src/client/pages/user-ap-info.vue
+++ b/src/client/pages/user-ap-info.vue
@@ -1,8 +1,8 @@
<template>
<FormBase>
- <FormGroup>
- <template #label>ActivityPub</template>
- <FormSuspense :p="apPromiseFactory" v-slot="{ result: ap }">
+ <FormSuspense :p="apPromiseFactory" v-slot="{ result: ap }">
+ <FormGroup>
+ <template #label>ActivityPub</template>
<FormKeyValueView>
<template #key>Type</template>
<template #value><span class="_monospace">{{ ap.type }}</span></template>
@@ -48,8 +48,8 @@
<template #key>{{ $ts.instanceInfo }}</template>
<template #value>(Local user)</template>
</FormKeyValueView>
- </FormSuspense>
- </FormGroup>
+ </FormGroup>
+ </FormSuspense>
</FormBase>
</template>