chore: lint

This commit is contained in:
Mar0xy 2023-11-28 03:05:33 +01:00
parent 7722c0045a
commit d135cba60b
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,6 @@ import { getStaticImageUrl } from '@/scripts/media-proxy.js';
const props = defineProps<{
username: string;
host: string;
first?: boolean;
}>();
const canonical = props.host === localHost ? `@${props.username}` : `@${props.username}@${toUnicode(props.host)}`;
@ -99,6 +98,7 @@ const avatarUrl = computed(() => defaultStore.state.disableShowingAnimatedImages
}
}
}
.icon {
width: 1.5em;
height: 1.5em;