Skip to content

Commit

Permalink
rm unnecessary type
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Oct 23, 2023
1 parent 38e4f20 commit 308f839
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default defineComponent({
const updateAppIcons = () => {
appIconKey.value = uuid.v4().replaceAll('-', '')
}
const currentFolder = computed((): SpaceResource => {
const currentFolder = computed(() => {
return store.getters['Files/currentFolder']
})
const files = computed((): Array<Resource> => store.getters['Files/files'])
Expand Down

0 comments on commit 308f839

Please sign in to comment.