cleanup
This commit is contained in:
parent
7e3f8e8166
commit
fe2dad30f5
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "13.0.0-rc1",
|
"version": "13.0.0-b2",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { i18n } from '@/i18n';
|
import { i18n } from '@/i18n';
|
||||||
import { computed } from 'vue';
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
acct: string;
|
acct: string;
|
||||||
}>();
|
}>();
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<div class="profile">
|
<div class="profile">
|
||||||
<MkRemoteCaution v-if="user.host != null" :href="user.url" class="warn"/>
|
<MkRemoteCaution v-if="user.host != null" :href="user.url" class="warn"/>
|
||||||
<MkMoved v-if="user.movedToUri" :acct="user.movedToUri" />
|
<MkMoved v-if="user.movedToUri" :acct="user.movedToUri"/>
|
||||||
|
|
||||||
<div :key="user.id" class="_block main">
|
<div :key="user.id" class="_block main">
|
||||||
<div class="banner-container" :style="style">
|
<div class="banner-container" :style="style">
|
||||||
|
Loading…
Reference in New Issue
Block a user