Skip to content

Commit

Permalink
corrects indent from space to tab
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Messer <[email protected]>
  • Loading branch information
Messj1 committed Jul 18, 2024
1 parent 90abab1 commit b7b114b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/views/ActivityTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ export default {
* @param {object} fileInfo the current file FileInfo
*/
async update(fileInfo) {
this.sidebarPlugins = []
let sidebarPlugins = getSidebarActions()
if(sidebarPlugins.length > 0){
this.$nextTick(() => {
this.sidebarPlugins = sidebarPlugins
})
}
this.fileInfo = fileInfo
this.sidebarPlugins = []
let sidebarPlugins = getSidebarActions()
if(sidebarPlugins.length > 0){
this.$nextTick(() => {
this.sidebarPlugins = sidebarPlugins
})
}
this.fileInfo = fileInfo
this.resetState()
await this.getActivities()
},
Expand Down

0 comments on commit b7b114b

Please sign in to comment.