Skip to content

Commit

Permalink
running prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
assuntad23 committed Apr 10, 2021
1 parent 8cc4020 commit 4d58b1f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
<div v-for="element in collectionElements" :key="element">{{ element.element_identifier }} <br /></div>
</b-tab>
<b-tab>
<template v-slot:title>
<font-awesome-icon icon="table" /> &nbsp; {{ l("Database/Build") }}</template
>
<template v-slot:title> <font-awesome-icon icon="table" /> &nbsp; {{ l("Database/Build") }}</template>
<database-edit-tab :databaseKeyFromElements="databaseKeyFromElements" :genomes="genomes" />
</b-tab>
<b-tab>
Expand Down

0 comments on commit 4d58b1f

Please sign in to comment.