Skip to content

Commit

Permalink
style: normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Oct 29, 2023
1 parent dc47590 commit bb3b21e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/sidebar/SidebarMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ export default {

data() {
return {
// --> DATA <--

roomType: RoomType,

// --> STATE <--

selectedJID: null as JID | null,
Expand All @@ -191,11 +195,7 @@ export default {
loading: false,
mode: null as AddContactMode | null
}
},

// --> DATA <--

roomType: RoomType
}
};
},

Expand Down

0 comments on commit bb3b21e

Please sign in to comment.