Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit f5af37d

Browse files
fix: list first anonymous presentation
1 parent ec74537 commit f5af37d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

studio/src/app/components/core/app-menu-user/app-menu-user.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ export class AppMenuUser {
125125
}
126126

127127
if (!this.decks || this.decks.length <= 0) {
128-
resolve();
129-
return;
128+
this.decks = [];
130129
}
131130

132131
const index: number = this.decks.findIndex((filteredDeck: Deck) => {

0 commit comments

Comments
 (0)