mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
Fix previous instance page index and sort order
This commit is contained in:
@@ -574,7 +574,7 @@ export const useAvatarStore = defineStore('Avatar', () => {
|
||||
|
||||
async function lookupAvatarsByAuthor(providerUrl, authorId) {
|
||||
const avatars = [];
|
||||
if (!providerUrl) {
|
||||
if (!providerUrl || !authorId) {
|
||||
return avatars;
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user