diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-11-03 20:36:12 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-11-03 20:36:12 +0900 |
| commit | 3c59c6fc9babd6f5e93b9a1eefe98abf69096ce2 (patch) | |
| tree | aac2fc2ec2508f5a3e0284bd065ed98d75da9269 /src/client/pages/instance/abuses.vue | |
| parent | ヘッダーの戻るボタンがページリロードすると消える問... (diff) | |
| download | misskey-3c59c6fc9babd6f5e93b9a1eefe98abf69096ce2.tar.gz misskey-3c59c6fc9babd6f5e93b9a1eefe98abf69096ce2.tar.bz2 misskey-3c59c6fc9babd6f5e93b9a1eefe98abf69096ce2.zip | |
Refactoring
Diffstat (limited to 'src/client/pages/instance/abuses.vue')
| -rw-r--r-- | src/client/pages/instance/abuses.vue | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/pages/instance/abuses.vue b/src/client/pages/instance/abuses.vue index 90a2656e10..2c5969e743 100644 --- a/src/client/pages/instance/abuses.vue +++ b/src/client/pages/instance/abuses.vue @@ -84,10 +84,8 @@ export default defineComponent({ data() { return { INFO: { - header: [{ - title: this.$t('abuseReports'), - icon: faExclamationCircle - }], + title: this.$t('abuseReports'), + icon: faExclamationCircle }, searchUsername: '', searchHost: '', |