mirror of
https://github.com/kokonect-link/cherrypick
synced 2025-01-24 10:43:58 +09:00
lint
This commit is contained in:
parent
b55026474f
commit
6bb6631be2
@ -192,7 +192,7 @@ const collapsed = ref(isLong || (isMFM && defaultStore.state.collapseDefault) ||
|
||||
|
||||
const pleaseLoginContext = computed<OpenOnRemoteOptions>(() => ({
|
||||
type: 'lookup',
|
||||
url: `https://${host}/notes/${appearNote.value.id}`,
|
||||
url: `https://${host}/notes/${props.note.value.id}`,
|
||||
}));
|
||||
|
||||
const collapseLabel = computed(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user