let mobile users customize top bar as well

This commit is contained in:
Henry Jameson 2022-08-12 01:00:41 +03:00
commit c3e7eadddf
6 changed files with 25 additions and 4 deletions

View file

@ -34,6 +34,7 @@ library.add(
faList
)
const NavPanel = {
props: ['forceExpand'],
created () {
if (this.currentUser && this.currentUser.locked) {
this.$store.dispatch('startFetchingFollowRequests')