Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
flob38 committed Apr 15, 2019
1 parent be36bde commit b50392c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/association-editor/AssociationItems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
import AssociationOutingLink from './AssociationOutingLink';
export default {
components: { AssociationOutingLink },
components: { AssociationOutingLink },
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<span class="has-text-normal">
{{ outing.date_start }}&hairsp;&bull;&hairsp;{{ outing.author.name }} -
</span>
<document-title :document="outing"/>
<document-title :document="outing" />
</document-link>
</template>

Expand Down

0 comments on commit b50392c

Please sign in to comment.