Skip to content

Commit

Permalink
fix: properly evaluate if sessions are loaded and correctly show loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Me-Phew committed Mar 24, 2024
1 parent e95f158 commit 49ae251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Settings/AccountSecuritySettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</MessageBox>
<div
class="active-sessions-wrapper"
v-if="sessions"
v-if="sessions.length"
>
<LoginSession
v-for="session in sessions"
Expand Down

0 comments on commit 49ae251

Please sign in to comment.