mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 01:53:08 +02:00
chore: lint
This commit is contained in:
parent
7722c0045a
commit
d135cba60b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue