Skip to content

Commit

Permalink
lint fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
  • Loading branch information
SwikritiT committed Mar 24, 2022
1 parent e890207 commit ca75711
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/views/ProjectsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
<div v-for="workpackage in workpackages"
:key="workpackage.id"
class="linked-workpackages">
<WorkPackage
:workpackage="workpackage" />
<WorkPackage :workpackage="workpackage" />
<Actions menu-align="right">
<ActionButton icon="icon-openproject">
Open in OpenProject
Expand All @@ -57,7 +56,6 @@ import EmptyContent from '../components/tab/EmptyContent'
import WorkPackage from '../components/tab/WorkPackage'
import axios from '@nextcloud/axios'
import { generateUrl } from '@nextcloud/router'
import { translate as t } from '@nextcloud/l10n'
import SearchInput from '../components/tab/SearchInput'
import { loadState } from '@nextcloud/initial-state'
import { workpackageHelper } from '../utils/workpackageHelper'
Expand Down

0 comments on commit ca75711

Please sign in to comment.